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

Calibration, support before and after simulations for comparisions #4197

Merged
merged 5 commits into from
Jul 22, 2024

Conversation

mwdchang
Copy link
Member

Summary

Add in plumbings to support doing a "before" simulate with what is in model-configuration, and an "after" simulate with altered parameters from calibrate.

Testing

No UI changes for now, calibrate should work as before, but before/after simulationIds will be recorded.

@mwdchang mwdchang marked this pull request as ready for review July 19, 2024 18:47
@mwdchang mwdchang requested a review from YohannParis as a code owner July 19, 2024 18:47
@mwdchang mwdchang requested review from jryu01 and Tom-Szendrey July 19, 2024 18:49
Copy link
Contributor

@jryu01 jryu01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mwdchang mwdchang merged commit 9858fb0 into main Jul 22, 2024
5 checks passed
@mwdchang mwdchang deleted the calibration-before-after branch July 22, 2024 16:00
@@ -9,10 +9,12 @@ export interface CalibrationOperationStateCiemss extends BaseState {
simulationsInProgress: string[];

inProgressCalibrationId: string;
inProgressBeforeForecastId: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used slightly different wording for optimize version of this
inProgressPostForecastId
Do we care to sync these? Do we care which we sync with?

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.

4 participants