I run some genetic algorithms with different type of mutation operators (o1 - o5) with probability p1-p5. I am using Bayesian optimization to optimize the hyper-parameters for the GA. including p1-p5 but right now I treat p1-p5 as independent parameters between 0 to 1.

Is there a method to make Bayesian optimization under the constrain p1+...+p5=1 ?

Similar questions and discussions