|
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
)
Public Sub New (
function As Expression(Of Func(Of Double))
)
Request Example
View SourceParameters
- function
- Type: System.Linq.ExpressionsExpressionFuncDouble
A ExpressionTDelegate containing
the function in the form of a lambda expression.
See Also