Mantis - ALGLIB
Viewing Issue Advanced Details
545 Optimization feature have not tried 2013-08-12 19:23 2014-10-09 17:20
SergeyB  
SergeyB  
normal  
resolved  
implemented  
none    
none  
Unspecified
0000545: IMPLEMENTED: interface to stop running nonlinear optimizer
Previously it was impossible to stop running optimizer from its internals. Say, after you started LBFGS optimizer, you have no other choice except for waiting for one of the stopping criteria being met.

Now, CG, LBFGS, BLEIC and LM optimizers allow user to terminate optimization process from user-specified callback function. Family of functions called like MinLBFGSRequestTermination() tells optimizer to smoothly stop at the current point and return control back to user.
Issue History
2013-08-12 19:23 SergeyB New Issue
2013-08-12 19:23 SergeyB Programming language => Unspecified
2013-09-13 12:29 SergeyB Target Version Next release => 3.9.0
2014-10-09 17:17 SergeyB Status new => assigned
2014-10-09 17:17 SergeyB Assigned To => SergeyB
2014-10-09 17:20 SergeyB Summary Approved way to stop optimizers => IMPLEMENTED: interface to stop running nonlinear optimizer
2014-10-09 17:20 SergeyB Description Updated
2014-10-09 17:20 SergeyB Status assigned => resolved
2014-10-09 17:20 SergeyB Resolution open => implemented

There are no notes attached to this issue.