Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HARK AgentType wrapper around Dolo model #763

Open
sbenthall opened this issue Jul 20, 2020 · 1 comment
Open

HARK AgentType wrapper around Dolo model #763

sbenthall opened this issue Jul 20, 2020 · 1 comment

Comments

@sbenthall
Copy link
Contributor

The inverse of trying to export HARK to Dolang (see #659)

This issue is for an AgentType class that:

  • starts with a fully formed Dolo model, like the kind you get from a parsed Dolang YAML file
  • builds all the getStates, getShocks, etc. methods needed for simulation out of the materials in the Dolo model
  • Ideally, also setting things up so that a solution can be passed in...
  • and can be ran as a simulation.
@llorracc
Copy link
Collaborator

llorracc commented Aug 6, 2020

What exists:

Dolang (yaml) -> Dolo (py-obj)

What this issue is about:

Dolo (py-obj) -> HARK (py-ob)


Others things that we might do, not in this issue:

HARK -> Dolo

Dolo (py-obj) -> Dolang (yaml)

HARK -> Dolo (py-obj) -> Dolang (yaml) -- might be the best implementation for #446

@sbenthall sbenthall added this to the 2.x.y milestone Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants