StructDualDynProg.jl icon indicating copy to clipboard operation
StructDualDynProg.jl copied to clipboard

[RFC] Scheduler for number of samples

Open blegat opened this issue 8 years ago • 1 comments

New abstraction : at each iteration, you give it the stats and it returns the number of samples you need to do for this iteration and whether you need to do cuts or just estimate the upper bound. It would make it possible to use sophisticated scheduling without the sddp algorithm needing to care about it. What do you think ? Do you have any idea for a good name (maybe not a bird name here :-P) ?

blegat avatar Jun 25 '17 10:06 blegat

This new level of abstraction seems interesting. However, I cannot figure yet how to design the sophisticated scheduling!

frapac avatar Jun 26 '17 08:06 frapac