|
QuadraticObjectiveFunction Constructor (String, CultureInfo)
|
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,
CultureInfo culture
)
Public Sub New (
function As String,
culture As CultureInfo
)
Request Example
View SourceParameters
- function
- Type: SystemString
A String containing
the function in the form similar to "ax²+b". - culture
- Type: System.GlobalizationCultureInfo
The culture information specifying how
numbers written in the function should
be parsed. Default is CultureInfo.InvariantCulture.
See Also