Nonlinear |
The NonlinearMinimizerBaseNonAllocating type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EvaluateFunction | Evaluates the objective function at the provided internal parameter values. | |
| EvaluateJacobian | Evaluates the Jacobian-derived gradient and the Hessian of the objective function. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ProjectToExternalParameters | Projects internal to external parameters. | |
| ProjectToInternalParameters | Projects external to internal parameters. | |
| ScaleFactorsOfJacobian | Calculates the scale factor of the Jacobian, taking into account the parameter transformations and the parameter scales. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| ValidateBounds | Validates and stores parameter bounds and scale factors. |