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

Check the feasibility of using restart to change model parameters in run #67

Open
meiertgrootes opened this issue Apr 17, 2024 · 1 comment
Assignees

Comments

@meiertgrootes
Copy link
Member

the restart option in combination with model.set_model_parameters() allows model parameters to be changed for an exisiting model (in principle) however. changes are potetially poorly documented. We should revisit this and see what woud be good to formalize the process, possibly alowing for automated execution.

@vanlankveldthijs vanlankveldthijs self-assigned this Jul 16, 2024
@vanlankveldthijs
Copy link

@meiertgrootes I believe this is currently implemented by saving the config yaml file with the current step every time a new run is started. The added description value in the config file may also help in identifying the config parameters for a specific run.

This functionality should be tested in test_model test_model_milestone_multiple.

Could you check whether this sufficiently resolves this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants