Skip to content

Commit

Permalink
Removed Categorical from Distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-iitbhu committed Jul 30, 2024
1 parent 00f288e commit 891879f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkg/apis/controller/experiments/v1beta1/experiment_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,10 @@ type FeasibleSpace struct {
type Distribution string

const (
DistributionUniform Distribution = "uniform"
DistributionLogUniform Distribution = "logUniform"
DistributionNormal Distribution = "normal"
DistributionLogNormal Distribution = "logNormal"
DistributionCategorical Distribution = "categorical"
DistributionUniform Distribution = "uniform"
DistributionLogUniform Distribution = "logUniform"
DistributionNormal Distribution = "normal"
DistributionLogNormal Distribution = "logNormal"
)

// TrialTemplate describes structure of trial template
Expand Down

0 comments on commit 891879f

Please sign in to comment.