Namespaces

Types in MathNet.Numerics.Optimization

Type EvaluationException

Namespace MathNet.Numerics.Optimization

Parent OptimizationException

Constructors

Methods

Properties

Public Constructors

EvaluationException(string message, IObjectiveFunctionEvaluation eval)

EvaluationException(string message, IObjectiveFunctionEvaluation eval, Exception innerException)

Public Methods

bool Equals(object obj)

Exception GetBaseException()

int GetHashCode()

void GetObjectData(SerializationInfo info, StreamingContext context)

Type GetType()

string ToString()

Public Properties

IDictionary Data get;

int HResult get; set;

Exception InnerException get;

string Message get;

IObjectiveFunctionEvaluation ObjectiveFunction get;

string Source get; set;

string StackTrace get;

MethodBase TargetSite get;