mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Add constraints in Trial type
This commit is contained in:
@@ -74,6 +74,7 @@ export type Trial = {
|
||||
user_attrs: Attribute[]
|
||||
datetime_start?: Date
|
||||
datetime_complete?: Date
|
||||
constraints: number[]
|
||||
}
|
||||
|
||||
export type TrialParam = {
|
||||
|
||||
Reference in New Issue
Block a user