Click or drag to resize

MixedIntegerNonlinearProgrammingProblem(Int32, FuncDoubleVector, Double) Constructor

Constructws a MixedIntegerNonlinearProgrammingProblem object with the given objective function and constraints.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MixedIntegerNonlinearProgrammingProblem(
	int xDimension,
	Func<DoubleVector, double> objective
)

Parameters

xDimension  Int32
The dimension of the domain of the objective function.
objective  FuncDoubleVector, Double
The objective function to minimize.
See Also