Composer operations combination bug
Creating composer through ComposerBuilder with custom mutation_types as optimiser_parameters fails with error when MutationTypesEnum.single_drop and MutationTypesEnum.single_edge are in mutation_types together.
It can be reproduced by running fedot\examples\advanced\time_series_forecasting\composing_pipelines.py with changing 99-100 lines on
mutation_types = [MutationTypesEnum.single_drop, MutationTypesEnum.single_edge]
with any other types.