OpenSourceEconomics / lcm

Solution and simulation of life cycle models in Python with GPU acceleration.
Apache License 2.0
16 stars 1 forks source link

ENH: Return states in simulate function #25

Closed timmens closed 1 year ago

timmens commented 1 year ago

The simulate function only returns values and choices, but not states. In the future, we want all three of these objects to be returned.

timmens commented 1 year ago

Done in #36