The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Mutation types in EvolutionaryParamterOptimization
Legacy User
Member Posts: 0 Newbie
Hi,
how does "switching mutation" and "sparsity_mutation" work as mutation_types in the EvolutionaryParamterOptimization?
Do you have any reference for that? I couldn't find anything in the manual.
Thank you in advance.
Ben
how does "switching mutation" and "sparsity_mutation" work as mutation_types in the EvolutionaryParamterOptimization?
Do you have any reference for that? I couldn't find anything in the manual.
Thank you in advance.
Ben
0
Answers
both types mutate each value with 1/population size. If you use switching mutation, each mutated value changes from min to max or from max to min.
Sparsity_mutation causes the mutated value to change from min to a random number between min and max or from any value unequal min to min.
Greetings,
 Sebastian