ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Optimization (in ILNumerics.Toolboxes.Optimization.dll) Version: 5.5.0.0 (5.5.7503.3146)
Vector of length n with the result of the evaluations of the n functions implemented by this objective function.
Function prototype for an objective function
[ILNumerics Optimization Toolbox]
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Optimization (in ILNumerics.Toolboxes.Optimization.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- x
- Type: ILNumericsInArrayT
Input vector, length m. The current position of the optimization progress. The point in m-dim space to evaluate.
Type Parameters
- T
Return Value
Type: RetArrayTVector of length n with the result of the evaluations of the n functions implemented by this objective function.
Remarks
[ILNumerics Optimization Toolbox]
See Also