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

Save config and optim history #190

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Save config and optim history #190

merged 1 commit into from
Sep 4, 2024

Conversation

relf
Copy link
Owner

@relf relf commented Sep 4, 2024

This PR implements saving of the config used by the solver and the optimization history for subsequent analysis.
The following files are saved only if outdir option is set

  • egor_config.json: EgorConfig srtucture seriallized as json
  • egor_history: numpy 2d-array each row being [obj, cstrs, params] value at a given iteration (row index)

@relf relf merged commit 954d24a into master Sep 4, 2024
14 checks passed
@relf relf deleted the optim-observer branch September 4, 2024 12:37
@relf
Copy link
Owner Author

relf commented Sep 4, 2024

Definitely will contribute to solve #189

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

Successfully merging this pull request may close these issues.

1 participant