odow / DynamicProgramming.jl

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

Porting of examples, visualise and fix bounded #15

Closed conema closed 2 years ago

conema commented 2 years ago

Hi!

This PR continues #10. Some examples (not included in the tests) and visualise.jl contained deprecated code. Moreover, some examples were not running because the states bounds were never checked.

odow commented 2 years ago

Nice!