Namespaces

Types in MathNet.Numerics.Optimization

Type IObjectiveFunctionEvaluation

Namespace MathNet.Numerics.Optimization

Objective function with a frozen evaluation that must not be changed from the outside.

Methods

Properties

Public Methods

IObjectiveFunction CreateNew()

Create a new unevaluated and independent copy of this objective function

Public Properties

Vector<T> Gradient get;

Matrix<T> Hessian get;

bool IsGradientSupported get;

bool IsHessianSupported get;

Vector<T> Point get;

double Value get;