odow / DynamicProgramming.jl

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

Discrete state variables #8

Open odow opened 6 years ago

odow commented 6 years ago

These would be nice to have.

@states(sp, begin
    x in 0:10
    y in [:a, :b, :c]
end)