BoxQPSettings

BOXCQP Algorithm Settings

struct BoxQPSettings (
T
) if (
is(T == float) ||
is(T == double)
) {}

Members

Variables

absTolerance
T absTolerance;

Absolute active constraints tolerance.

maxIterations
uint maxIterations;

Maximal iterations allowed. 0 is used for default value equals to 10 * N + 100.

relTolerance
T relTolerance;

Relative active constraints tolerance.

Meta