Bounded Quasi Newton Optimizer Constructor
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Bounded | Constructs a new BoundedQuasiNewtonOptimizer object. |
Bounded | Constructs a new BoundedQuasiNewtonOptimizer object. |
BoundedQuasiNewtonOptimizer
Constructs a new BoundedQuasiNewtonOptimizer object.
public BoundedQuasiNewtonOptimizer()
BoundedQuasiNewtonOptimizer(Int32)
Constructs a new BoundedQuasiNewtonOptimizer object.
public BoundedQuasiNewtonOptimizer(
int steps
)
Parameters
- steps Int32
- The number of previous steps to use in the calculation of the next approximation.
Exceptions
Argument | steps is less than 1. |