ParameterOptimizer Constructor | 
| Name | Description | |
|---|---|---|
| ParameterOptimizer | 
            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.
              | |
| ParameterOptimizer(ParameterOptimizer, CopyContext) | Initializes a new instance as a copy of an existing instance.  |