Mantis - ALGLIB
Viewing Issue Advanced Details
502 Optimization tweak have not tried 2013-01-17 16:42 2013-01-17 16:42
SergeyB  
SergeyB  
normal  
resolved  
implemented  
none    
none 3.7.0  
Unspecified
0000502: INCOMPATIBLE: MinBLEICSetCond() replaces three other functions from MinBLEIC
Previous version of MinBLEIC used active set algorithm with inner/outer loops. Stopping criteria for this algorithm were specified with MinBLEICSetInnerCond()/MinBLEICSetOuterCond()/MinBLEICSetMaxIts() functions.

However, new algorithm has no nested loops and uses only one set of stopping criteria, which are specified by MinBLEICSetCond(). Thus, deprecated functions were removed from MinBLEIC subpackage to avoid confusion.

This tweak is backward incompatible and requires present code which works with MinBLEIC to be slightly rewritten.
Issue History
2013-01-17 16:42 SergeyB New Issue
2013-01-17 16:42 SergeyB Programming language => Unspecified
2013-01-17 16:42 SergeyB Status new => assigned
2013-01-17 16:42 SergeyB Assigned To => SergeyB
2013-01-17 16:42 SergeyB Status assigned => resolved
2013-01-17 16:42 SergeyB Fixed in Version => 3.7.0
2013-01-17 16:42 SergeyB Resolution open => implemented

There are no notes attached to this issue.