HARK
HARK copied to clipboard
Heterogenous Agents Resources & toolKit
I have been playing with the `core.Parameters` class and really like it. One limitation is that it restricts the class of parameters that can be time-varying. This PR adds support...
It seems to be incorporating internal stuff into the documentation: Click on 'https://hark.readthedocs.io/en/latest/reference/ConsumptionSaving/ConsIndShockModelFast.html?highlight=solution_fast#HARK.ConsumptionSaving.ConsIndShockModelFast.IndShockSolution A textual description of the solution
We use https://docs.econ-ark.org/ instead of https://hark.readthedocs.io. We should make sure we have updated all our docs and links to point towards the correct place. A query to search for instances...
By Qingyuan Fang Please ensure your pull request adheres to the following guidelines: - [ ] Tests for new functionality/models or Tests to reproduce the bug-fix in code. - [...
HARK models as basic as ConsIndShock use some "constructed inputs" for their solver, by which I mean objects that are passed to the `solve_one_period` function but would not have been...
The New Python Model Format (see #1371) has been used so far for a very simple model: infinite horizon perfect foresight. A clear next step is to implement a similar...
With #1371, the New Python Model Format and the prototype YAML format developed in RLRO are nearly identical data structures. This ticket is for implementing the compiler that consumes YAML...
It occurs to me based on [a recent exchange](https://github.com/econ-ark/HARK/pull/1394#issuecomment-2025660139) that we haven't really laid out a good procedure for reviewing documentation changes on new PRs. Which might explain why our...
Types that descend from IndShockConsumerType are (apparently) trying to run calc_stable_points(), probably as part of post_solve(). This doesn't generate an error, but it does print a message to screen, and...
This PR converts the *Suggested Variable Naming Conventions in the Econ-ARK Toolkit* (NARK) to reStructuredText and removes the LaTeX sources. This makes NARK accessible on the website, whereas it was...