IScalarObjectiveFunctionEvaluate Method |
Evaluates the scalar objective function at the specified point.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIScalarObjectiveFunctionEvaluation Evaluate(
double point
)
Parameters
- point Double
- The point at which to evaluate the function.
Return Value
IScalarObjectiveFunctionEvaluationThe evaluation result at the specified point.
See Also