-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
plot intermediate values of running trials #225
plot intermediate values of running trials #225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @yoshinobc! Thank you for your pull request. I leave a review comment 🙇
@@ -55,7 +55,7 @@ export const actionCreator = () => { | |||
studyId in studyDetails | |||
? studyDetails[studyId].trials.slice(0, nLocalFixedTrials) | |||
: [] | |||
study.trials = study.trials.concat(currentFixedTrials) | |||
study.trials = currentFixedTrials.concat(study.trials) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry. Now I understand what you said. Your changes looks perfect 💯
Let me merge this PR with two suggested changes. |
Contributor License Agreement
This repository (
optuna-dashboard
) and Goptuna share common code.This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.
Reference Issues/PRs
This PR fix #92
What does this implement/fix? Explain your changes.
Motivation
plot intermediate values of running trials
Description of the changes
GraphIntermediateValues.tsx