mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Remove error
This commit is contained in:
@@ -52,24 +52,24 @@ const study_detail = {
|
||||
intersection_search_space: [
|
||||
{
|
||||
name: "x",
|
||||
type: "UniformDistribution",
|
||||
distribution: "UniformDistribution" as Distribution,
|
||||
attributes: { low: -3, high: 3 },
|
||||
},
|
||||
{
|
||||
name: "y",
|
||||
type: "UniformDistribution",
|
||||
distribution: "UniformDistribution" as Distribution,
|
||||
attributes: { low: -3, high: 3 },
|
||||
},
|
||||
],
|
||||
union_search_space: [
|
||||
{
|
||||
name: "x",
|
||||
type: "UniformDistribution",
|
||||
distribution: "UniformDistribution" as Distribution,
|
||||
attributes: { low: -3, high: 3 },
|
||||
},
|
||||
{
|
||||
name: "y",
|
||||
type: "UniformDistribution",
|
||||
distribution: "UniformDistribution" as Distribution,
|
||||
attributes: { low: -3, high: 3 },
|
||||
},
|
||||
],
|
||||
|
||||
-1
@@ -36,7 +36,6 @@ declare interface ParamImportance {
|
||||
declare interface SearchSpace {
|
||||
name: string
|
||||
distribution: Distribution
|
||||
attributes: Attribute[]
|
||||
}
|
||||
|
||||
declare interface Attribute {
|
||||
|
||||
Generated
+13358
-29
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user