Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

function
Type: SystemString
A String containing the function in the form similar to "ax²+b".
See Also