Namespaces

Types in MathNet.Numerics.Optimization.ObjectiveFunctions

Type LazyObjectiveFunctionBase

Namespace MathNet.Numerics.Optimization.ObjectiveFunctions

Interfaces IObjectiveFunction

Methods

Properties

Public Methods

IObjectiveFunction CreateNew()

bool Equals(object obj)

void EvaluateAt(Vector<T> point)

IObjectiveFunction Fork()

int GetHashCode()

Type GetType()

string ToString()

Public Properties

Vector<T> Gradient get; set;

Matrix<T> Hessian get; set;

bool IsGradientSupported get;

bool IsHessianSupported get;

Vector<T> Point get;

double Value get; set;