mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Add todo
This commit is contained in:
@@ -118,6 +118,7 @@ export const StudyDetail: FC = () => {
|
||||
}, reloadInterval * 1000)
|
||||
return () => clearInterval(intervalId)
|
||||
}, [reloadInterval, studyDetail])
|
||||
// TODO(chenghuzi): Reduce the number of calls to setInterval and clearInterval.
|
||||
|
||||
const title = studyDetail !== null ? studyDetail.name : `Study #${studyId}`
|
||||
const trials: Trial[] = studyDetail !== null ? studyDetail.trials : []
|
||||
|
||||
Reference in New Issue
Block a user