Remaining PType and TPath changes (no ExpAsset)#78
Conversation
These are the non-ExpAsset changes needed thus far to progress a model through all the ptype and tpath things I have encountered.
|
May need to watch out for this: |
|
Another thing to watch for: in order to run my model in the TPath section, I needed to un-hardcode fastOLG=1 in simoptions. I think these changes have all the bits needed to work, but if there are problems, I can cherry-pick from the ExpAsset changes (that are much more extensive in the fastOLG sections). The bottom line is that I do have all the changes needed to get to the new known functional horizon, but I might not have split it perfectly down the middle. We'll see. |
Revert changes to AgentDistOnTransPath_Case1.m and ValueFnOnTransPath_Case1.m function signatures.
|
I just cleaned up this pull request to agree with the latest upstream changes. Most changes are cleaning or minor. If we could close this out, that would leave just the ExpAsset work to review in my other, larger pull request. |
|
I've converted this to a draft as most of the changes are now obsoleted by MixHorz changes already integrated. I'm keeping it as a record of some AggVars handling that may or may not be worth arguing for in the future. |
- HeteroAgentStationaryEqm_InfHorz_PType: capture FnsAndPTypeIndicator_ii from PType_FnsToEvaluate and stash on PTypeStructure for subfn use - ValueFnIter_InfHorz_TPath_SingleStep: restore N_a/N_z; reshape Policy to PolicyKron in the N_d==0 branch - TransitionPath_InfHorz_PType_shooting: drop stray blank line - ValueFnIter_InfHorz_HowardGreedy_nod_raw: remove duplicate Howards-greedy -Inf warning block (keep the duplicate maxiter warning) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
I have adopted the changes to in the following push The changes to The changes to After these, can you please rebuild the pull request. Will be getting down to just the last few files by that point :) |
These are the non-ExpAsset changes needed thus far to progress a model through all the ptype and tpath things I have encountered.