EconForge / Dolo.jl

Economic modeling in Julia
Other
57 stars 29 forks source link

Roadmap for Julia push #28

Open albop opened 7 years ago

albop commented 7 years ago

@anasza, @jagman88, @spencerlyon2

I have just merged into master, our work with @anasza. There is one implementation of time_iteration_direct, time_iteration, value_iteration which all work for any type of shock, thanks to new decision rules objects (look in test/test_algos.jl ) . Modulo a few possible improvements, it feels just like the right approach. I have listed below the pieces we still need to implement to get a fully working version: (more details in https://github.com/EconForge/Dolo.jl/wiki/ROADMAP)

sglyon commented 7 years ago

This is really cool! I don't think the merged master branch has been pushed to github yet, but I checked it out on the other branch.

I don't have the time to go through it carefully right now, but I will be doing that at some point.

albop commented 7 years ago

Indeed, I didn't push the merged version. Done.