Mantis - ALGLIB
Viewing Issue Advanced Details
370 Optimization feature have not tried 2010-08-24 22:08 2010-08-24 22:09
SergeyB  
SergeyB  
normal  
resolved  
implemented  
none    
none 3.0.0.rc1  
Unspecified
0000370: IMPLEMENTED: buffered functions for optimization algorithms
Optimization algorithms have functions with common names like 'ALGONAMEResults' which were used to get algorithm result. These functions have output parameter X - array, which gets reallocated on each call (because of semantics of these functions).

This fix adds new family of functions - 'ALGONAMEResultsBuf', which takes preallocated buffer (and reallocates it, if too small). It allows to save time when algorithm is used from inner cycle of another performance critical algorithm.
Issue History
2010-08-24 22:08 SergeyB New Issue
2010-08-24 22:08 SergeyB Status new => assigned
2010-08-24 22:08 SergeyB Assigned To => SergeyB
2010-08-24 22:08 SergeyB Programming language => Unspecified
2010-08-24 22:09 SergeyB Status assigned => resolved
2010-08-24 22:09 SergeyB Fixed in Version => NEXT RELEASE
2010-08-24 22:09 SergeyB Resolution open => implemented

There are no notes attached to this issue.