Remove error

This commit is contained in:
keisuke-umezawa
2021-08-09 16:41:26 +09:00
parent b5e1c12c24
commit 1a40288b6d
3 changed files with 13362 additions and 34 deletions
+4 -4
View File
@@ -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
View File
@@ -36,7 +36,6 @@ declare interface ParamImportance {
declare interface SearchSpace {
name: string
distribution: Distribution
attributes: Attribute[]
}
declare interface Attribute {
+13358 -29
View File
File diff suppressed because it is too large Load Diff