Nonlinear |
The NonlinearObjectiveFunctionNonAllocatingBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateNew | Creates a new instance of the objective model with identical configuration but independent state. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EvaluateAt(IReadOnlyListDouble) | Evaluates the model at the given parameter vector and invalidates cached dependent values. | |
| EvaluateAt(VectorDouble) | Evaluates the model at the given parameter vector, updating dependent values. | |
| EvaluateFunction | Evaluates the objective function value and updates cached values. | |
| EvaluateJacobian | Evaluates the Jacobian and updates cached Jacobian-derived values (gradient and Hessian). | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| Fork | Creates a forked copy of the model with independent mutable state. | |
| 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) | |
| NumericalJacobian | Numerically approximates the Jacobian at the specified parameter vector. | |
| SetParameters(IReadOnlyListDouble, IReadOnlyListBoolean) | Sets model parameters and optional fixed flags for individual parameters. | |
| SetParameters(VectorDouble, ListBoolean) | Sets the model parameters and optional fixed flags for individual parameters. | |
| ToObjectiveFunction | Converts this model to an objective function suitable for minimizers. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |