The `value_iteration` solution algorithm has a couple of issues: * Extra `dr` parameter is documented but not used in code: https://github.com/EconForge/dolo.py/blob/master/dolo/algos/value_iteration.py#L31 * The solution algorithm requires the existence of `controls_lb` and `controls_ub` functions ever if there is a separately defined CartesianDomain for the model controls: https://github.com/EconForge/dolo.py/blob/master/dolo/algos/value_iteration.py#L44-L45
The
value_iterationsolution algorithm has a couple of issues:drparameter is documented but not used in code: https://github.com/EconForge/dolo.py/blob/master/dolo/algos/value_iteration.py#L31controls_lbandcontrols_ubfunctions ever if there is a separately defined CartesianDomain for the model controls: https://github.com/EconForge/dolo.py/blob/master/dolo/algos/value_iteration.py#L44-L45