Click or drag to resize

EvaluationException(String, IObjectiveFunctionEvaluation) Constructor

Initializes a new instance of the EvaluationException class with a specified error message and evaluation.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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