Mantis - ALGLIB
Viewing Issue Advanced Details
481 Optimization minor always 2012-08-03 14:37 2012-08-03 15:02
GrigoriyF  
SergeyB  
normal  
assigned 3.6.0  
open  
none    
none  
C#
0000481: minbleicrestartfrom(state, x) does not assign state.x
The function alglib.minbleicrestartfrom(state, x) does not assign a value x to state.x, so it is not possible to launch BLEIC optimization with a prespecified starting point.
Issue History
2012-08-03 14:37 GrigoriyF New Issue
2012-08-03 14:37 GrigoriyF Programming language => C#
2012-08-03 15:00 SergeyB Status new => assigned
2012-08-03 15:00 SergeyB Assigned To => SergeyB
2012-08-03 15:02 SergeyB Note Added: 0000059

Notes
(0000059)
SergeyB   
2012-08-03 15:02   
No, it assigns s.startx (field which is used when we start optimization). So algorithm should restart correctly from specified point.

Can you post code which reproduces this bug?