Click or drag to resize

ActiveSetLineSearchSQPCurrentIteration Property

Gets a data structure containing information about the most recent iteration. After a solve operation is performed this structure will contain details about the final iteration. Useful for failure analysis.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SequentialQuadraticProgrammingSolverIteration CurrentIteration { get; }

Property Value

SequentialQuadraticProgrammingSolverIteration
See Also