JuliaStochOpt / StochDynamicProgramming.jl

A package for discrete-time optimal stochastic control
Other
62 stars 16 forks source link

Clean and test EF #12

Closed leclere closed 8 years ago

leclere commented 8 years ago

Clean Extensive Formulation writing, test it and compare to SDDP. To be integrated into the simplified example.

leclere commented 8 years ago

To be more explicit : we need a function like solvingEF(model:LinearDynamicLinearCostSPmodel,solver,solverparam=default,display=false) that will build a JuMP model and call a solver.