Skip to content

Multiple trials with same set of parameters using bayesianoptimization and parallelTrialCount > 1 #1700

@fabianvdW

Description

@fabianvdW

/kind bug

What steps did you take and what happened:
[A clear and concise description of what the bug is.]
Using bayesianoptimization and parallelTrialCount > 1 will result in multiple trials having suggested the same set of parameters. This is due to the way

for i in range(request_number):
skopt_suggested = self.skopt_optimizer.ask()
logger.info("New suggested parameters for Trial: {}".format(skopt_suggested))
return_trial_list.append(
BaseSkoptService.convert(self.search_space, skopt_suggested))
are structured

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions