Closed Aschraf closed 2 weeks ago
For some possible unsolvable optimizations, SQPOptimizerGM gets stuck until it or the underlying ADMMQPOptimizer finishes Integer.MAX_VALUE iterations.
SQPOptimizerGM
ADMMQPOptimizer
Integer.MAX_VALUE
Is there a reason SQPOptimizerGM doesn't support and use max iterations (instead of default)?
Never mind it's MaxIter in optimize
MaxIter
optimize
For some possible unsolvable optimizations,
SQPOptimizerGM
gets stuck until it or the underlyingADMMQPOptimizer
finishesInteger.MAX_VALUE
iterations.Is there a reason
SQPOptimizerGM
doesn't support and use max iterations (instead of default)?