|
My implementation looks like this: I was not able to find a statement in the documentation, on how the mutation effects discrete genes. Are the genes mutated and then rounded to the next discrete value or is there any other mechanism? Is it furthermore possible, to define an individual mutation range for each gene similar to the gene_space attribute? |
Answered by
ahmedfgad
May 15, 2023
Replies: 2 comments
|
When Defining a mutation space is a good feature to be supported. Thanks for your suggestion. |
0 replies
Answer selected by
TiMo3654
|
Update: Custom mutation range feature is implemented. It will be supported in the next release. 31a3975 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
gene_spaceis used, then mutation happens by replacing the gene value by a value randomly selected from the gene space. This happens for bothintandfloatdata types.Defining a mutation space is a good feature to be supported. Thanks for your suggestion.