Mantis - ALGLIB
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
502 | Optimization | tweak | have not tried | 2013-01-17 16:42 | 2013-01-17 16:42 |
|
|||||
Reporter: | SergeyB | Platform: | |||
Assigned To: | SergeyB | OS: | |||
Priority: | normal | OS Version: | |||
Status: | resolved | Product Version: | |||
Product Build: | Resolution: | implemented | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.7.0 | ||
Programming language: | Unspecified | ||||
|
|||||
Summary: | 0000502: INCOMPATIBLE: MinBLEICSetCond() replaces three other functions from MinBLEIC | ||||
Description: |
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | |||||
|
|||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
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. |