From 9a24f7d549ef9b2bcfbc0b8a2370c3309712692e Mon Sep 17 00:00:00 2001 From: c-bata Date: Tue, 1 Feb 2022 23:13:13 +0900 Subject: [PATCH] Add todo comment for log scale check --- optuna_dashboard/static/components/GraphSlice.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/optuna_dashboard/static/components/GraphSlice.tsx b/optuna_dashboard/static/components/GraphSlice.tsx index cb4bd055..91534c7b 100644 --- a/optuna_dashboard/static/components/GraphSlice.tsx +++ b/optuna_dashboard/static/components/GraphSlice.tsx @@ -26,6 +26,7 @@ const useStyles = makeStyles((theme: Theme) => }) ) +// TODO(c-bata): Check `log` field of IntDistribution and FloatDistribution. const logDistributions = ["LogUniformDistribution", "IntLogUniformDistribution"] export const GraphSlice: FC<{