jansel/opentuner

duplicate configuration warning

Closed this issue · 1 comments

Why does duplicate configuration warnings come?

Like [ 848s] WARNING opentuner.search.driver: duplicate configuration request #1179 UniformGreedyMutation/UniformGreedyMutation OLD

This usually caused by very small search spaces. It means the same configuration was produced twice (and not re-run). --no-dups hides the warning.