mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
Merge pull request #291 from keisuke-umezawa/feature/align-intermediate-values
Align intermediate values graph between optuna and optuna-dashboard
This commit is contained in:
@@ -64,6 +64,7 @@ const plotIntermediateValue = (trials: Trial[], mode: string) => {
|
||||
return {
|
||||
x: values.map((iv) => iv.step),
|
||||
y: values.map((iv) => iv.value),
|
||||
marker: { maxdisplayed: 10 },
|
||||
mode: "lines+markers",
|
||||
type: "scatter",
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user