EvaluationException(String, IObjectiveFunctionEvaluation) Constructor |
Initializes a new instance of the
EvaluationException class with a specified error message and evaluation.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic EvaluationException(
string message,
IObjectiveFunctionEvaluation eval
)
Parameters
- message String
- The message that describes the error.
- eval IObjectiveFunctionEvaluation
- The objective function evaluation associated with the error.
See Also