Click or drag to resize
Accord.NET (logo)

GoldfarbIdnani Constructor (QuadraticObjectiveFunction, Double, Double, Int32)

Constructs a new instance of the GoldfarbIdnani class.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public GoldfarbIdnani(
	QuadraticObjectiveFunction function,
	double[,] constraintMatrix,
	double[] constraintValues,
	int numberOfEqualities = 0
)
Request Example View Source

Parameters

function
Type: Accord.Math.OptimizationQuadraticObjectiveFunction
The objective function to be optimized.
constraintMatrix
Type: SystemDouble
The constraints matrix A.
constraintValues
Type: SystemDouble
The constraints values b.
numberOfEqualities (Optional)
Type: SystemInt32
The number of equalities in the constraints.
See Also