Click or drag to resize
Accord.NET (logo)

QuadraticObjectiveFunction Constructor (ExpressionFuncDouble)

Creates a new objective function specified through a string.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public QuadraticObjectiveFunction(
	Expression<Func<double>> function
)
Request Example View Source

Parameters

function
Type: System.Linq.ExpressionsExpressionFuncDouble
A ExpressionTDelegate containing the function in the form of a lambda expression.
See Also