Conversation
initial PortfolioSharkFinAgentType
|
Good start. Is this still WIP? |
|
Yes. We can use this as the structure to build from. Once this is merged, the new AgentPopulation will be adapted to interact with this object instead of the HARK agents. |
simulate method for SHARKFIN needs to do 2 kinds of simulations, macro day and intraday
|
There's a merge conflict for this PR. |
|
I'll fix the conflict ASAP. This is a good start for SharkFinAgentType, but I think more needs to be done. Right now there is only one simulate method. Perhaps there should be 2. One for a macro day and one for an activity day so that we can have more fine tuning control of when changes to income are happening, when consumption is happening, and when normalization is happening. This also needs integration into the methods that are SHARK specific like attend and compute share demand. |
|
OK, super. Thank you! |
|
@sbenthall the discretize issue was fixed in #191 and already merged |
|
Oh, whoops. My bad, thanks. |
Initial PortfolioSharkFinAgentType
Addresses #85. More methods might be needed to interact with Agent Population and AgentSolution