Click or drag to resize

ParameterOptimizer Constructor

Overload List
  NameDescription
Protected methodParameterOptimizer
Initializes a new instance. You must add at least one variable to the Variables as well as set the Function. Further, either the CostFunction must be set or at least one equality constraint must be added to the Equalities to pose a well-defined optimization problem.
Protected methodParameterOptimizer(ParameterOptimizer, CopyContext)
Initializes a new instance as a copy of an existing instance.
Top
See Also