opentuner
opentuner copied to clipboard
Using a specific technique
Hi, I want to use OpenTuner only with the technique "UniformGreedyMutation".
However, I see that there are 3 versions of it: 05, 10, and 20. So, to use "UniformGreedyMutation" in a general way, should I use the 3 versions at the same time or there is another way of doing it?
Thanks in advance.
The three versions represent at 5%, 10%, and 20% chance of mutating each parameter. You can select which one you want with --technique=UniformGreedyMutation20
Ok, thank you.