Replies: 1 comment
-
|
There's now a 'block' based system for defining models. (This supersedes the FramedAgentType, which should be removed #1428) One part of this general solver is an algorithm for solving a specific stage #1438 The micro agent general solver will require looping that stage solving equation appropriately, with a provided set of approximation and solver method parameters. A draft of those parameters is in PR #1463 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The point of the FramedAgentType is to make an AgentType class that has all of the model-specific logic modularized out into configurable Python functions and objects. (Eventually, these will be configured from Dolang configuration files).
Once there is properly designed FramedAgentType, it should be possible to write a generalized backwards induction solver that works on any model that is well defined using Frames.
This ticket is for that general backwards induction solver for the micro- agent case. (I.e., without market equilibria)
Beta Was this translation helpful? Give feedback.
All reactions