ILNumerics Ultimate VS

OptimizationObjectiveFunctionT Delegate

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public delegate RetArray<T> ObjectiveFunction<T>(
	InArray<T> x
)

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: RetArrayT
Vector of length n with the result of the evaluations of the n functions implemented by this objective function.
Remarks

[ILNumerics Optimization Toolbox]

See Also

Reference