-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
The value_iteration solution algorithm has a couple of issues:
- Extra
drparameter 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_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
Metadata
Metadata
Assignees
Labels
No labels