odow / DynamicProgramming.jl

A Julia package for Stochastic Dynamic Programming
https://odow.github.io/DynamicProgramming.jl/
Other
26 stars 5 forks source link

Presolve callback and fix parallel #18

Open conema opened 2 years ago

conema commented 2 years ago

Hi, The parallel execution was still not ported to the new version of Julia, now it should work. I also added a callback that is called before each stage, which can be useful when you have some easy way to get, for example, the optimal action. I also added an example that uses it.