Ignoring the choice of mutation types
Created by: Dreamlone
When running the comoposer, if you pass only the mutation type : "parameters change", so that only the hyperparameters in the pipelining nodes change, the algorithm can still insert additional nodes
Branch: composing-bug An example where you can reproduce the described "bug": composing_with_bug.py
When you run the example, the parameter_change_mutation function displays the number of nodes in the pipeline. You can see that it sometimes grows.