SolvableMultivariableFunctionEvaluate Method |
Name | Description | |
---|---|---|
Evaluate(Double, ITrackCalculationProgress) |
Evaluates the function. The SolvableMultivariableFunctionResults returned must include the computed
constraints in the order that they are in the Constraints.
If your function computes more than just constraint values you should extend
SolvableMultivariableFunctionResults to contain those additional results.
| |
Evaluate(Double, Int32, Boolean, ITrackCalculationProgress) |
Evaluates the function and the Jacobian. This will call both the DerivativeEvaluationEvent and the
NormalFunctionEvaluationEvent events.
|