EconForge / dolo.py

Economic modelling in python
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

Function harmonization #227

Open albop opened 3 years ago

albop commented 3 years ago

WIP

All main solution algorithm should take the same kind of arguments

  1. time_iteration
  2. impoved_time_iteration
  3. value_iteration
  4. steady_state
  5. deterministic_solve
  6. perturbation.perturb
  7. perturbation_higher_order.perturb

In particular, they should have the same name when they have exactly the same interpretation.