# | Line 144 | Line 144 | namespace QuantLib { | |
---|---|---|
144 | checkStationaryFunctionValue(fold, fnew, statStateIterations, ecType) || | |
145 | checkStationaryFunctionAccuracy(fnew, positiveOptimization, ecType) || | |
146 | checkZeroGradientNorm(normgnew, ecType); | |
147 | + | sprintf(painCave.errMsg, |
148 | + | "\n\tOptimization: Current iteration Count: ( %lu )\n", |
149 | + | (unsigned long)iteration); |
150 | + | painCave.isFatal = 0; |
151 | + | painCave.severity = OPENMD_INFO; |
152 | + | simError(); |
153 | } | |
154 | ||
155 | // Inspectors |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |