|
QuadraticObjectiveFunction Constructor (String)
|
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(
string function
)
Public Sub New (
function As String
)
Request Example
View SourceParameters
- function
- Type: SystemString
A String containing
the function in the form similar to "ax²+b".
See Also