econ-ark / HARK

Heterogenous Agents Resources & toolKit
Apache License 2.0
336 stars 199 forks source link

Update Parameters class implementation #1494

Closed alanlujan91 closed 1 week ago

alanlujan91 commented 2 months ago

This pull request updates the implementation of the Parameters class. It includes changes to the initialization, getitem, setitem, get, set_many, is_time_varying, to_dict, and update methods. The changes ensure better functionality and error handling in the Parameters class.