OptimizerMultivariableFunctionEvaluate Method (Double, ITrackCalculationProgress) |
Evaluates the function. The OptimizerMultivariableFunctionResults returned must include the computed equality constraints in the order that they are in the Equalities and the computed inequality constraints in the order that they are in the Inequalities. If there are no equality constraints, the function should return a zero-length array of doubles for the equality constraint values. The same should be done for the inequality constraint values if there are no inequality constraint.
If the CostFunction is , the results should include a null cost function value. Otherwise, the results should return a Double as the cost function value.
Namespace: AGI.Foundation.NumericalMethods
public abstract OptimizerMultivariableFunctionResults Evaluate( double[] variables, ITrackCalculationProgress progressTracker )