Namespaces

Types in MathNet.Numerics.Optimization

Type IObjectiveFunction

Namespace MathNet.Numerics.Optimization

Interfaces IObjectiveFunctionEvaluation

Objective function with a mutable evaluation.

Methods

Public Methods

void EvaluateAt(Vector<T> point)

IObjectiveFunction Fork()

Create a new independent copy of this objective function, evaluated at the same point.