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

Use ERT storage for Everest simulator cache #9674

Open
yngve-sk opened this issue Jan 8, 2025 · 0 comments
Open

Use ERT storage for Everest simulator cache #9674

yngve-sk opened this issue Jan 8, 2025 · 0 comments

Comments

@yngve-sk
Copy link
Contributor

yngve-sk commented Jan 8, 2025

The current Everest simulator cache keeps a mapping of control values -> results, where results are ERT responses for objective/constraint values.

Storing these objective/constraint values separately is redundant, as we already store this in ERT storage. This mapping could be refactored to use ERT storage, so that we can instead keep a mapping of control values -> [(batch, realization), ...], where we say which realizations of which batch contain simulation results, given a set of control values. This setup would be less redundant, and let us easier traceback if some results are cached, and where they originate from.

@yngve-sk yngve-sk moved this to Backlog in SCOUT Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant