Mantis - ALGLIB
Viewing Issue Advanced Details
994 Optimization feature have not tried 2023-10-29 23:57 2023-10-29 23:57
SergeyB  
SergeyB  
normal  
resolved  
implemented  
none    
none 4.01.0  
Unspecified
0000994: IMPLEMENTED: some NLP solvers can now recover from infinite/NAN target values
Prior to ALGLIB 4.01, all optimizers stopped as soon as user callback returned infinite/NAN values in target/constraints vector or their Jacobian.

Now some ALGLIB solvers (SQP, DFO-LSA, 2PS) can recover from infinite values by reducing a trust radius. Upon successful recovery they continue optimization and add +800 to their completion code after return. If no successful recovery was possible (trust radius was decreased below lower bound), -8 completion code (critical error) is returned.
Issue History
2023-10-29 23:57 SergeyB New Issue
2023-10-29 23:57 SergeyB Status new => assigned
2023-10-29 23:57 SergeyB Assigned To => SergeyB
2023-10-29 23:57 SergeyB Programming language => Unspecified
2023-10-29 23:57 SergeyB Status assigned => resolved
2023-10-29 23:57 SergeyB Fixed in Version => 4.01.0
2023-10-29 23:57 SergeyB Resolution open => implemented

There are no notes attached to this issue.