IObjectiveFunctionEvaluateAt Method |
Evaluates the objective function at the specified point.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid EvaluateAt(
Vector<double> point
)
Parameters
- point VectorDouble
- The point at which to evaluate the objective function.
See Also