Skip to content

Multiple trials spawned with the same parameters when using RANDOM search #842

@jlewi

Description

@jlewi

/kind bug

Multiple trials appeared to be spawned using the same hyperparameters.

The search space is

  algorithm:
    algorithmName: random
    algorithmSettings: null
  ..
  parameters:
  - feasibleSpace:
      max: "5"
      min: "1"
    name: --TF_EPOCHS
    parameterType: int

I see 2 trials both of which are setting the hyperparameter TF_EPOCHS to 2.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions