mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Update optuna_dashboard/ts/components/GraphParetoFront.tsx
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
This commit is contained in:
co-authored by
Shuhei Watanabe
parent
29d44abefa
commit
4315c9d47e
@@ -195,8 +195,8 @@ const getIsDominated2D = (normalizedValues: number[][]) => {
|
||||
? -1
|
||||
: 0
|
||||
)
|
||||
let maxValue0 = sorted[0][0]
|
||||
let minValue1 = sorted[0][1]
|
||||
let maxValueSeen0 = sorted[0][0]
|
||||
let minValueSeen1 = sorted[0][1]
|
||||
|
||||
const isDominated: boolean[] = new Array(normalizedValues.length).fill(false)
|
||||
sorted.forEach((values) => {
|
||||
|
||||
Reference in New Issue
Block a user