Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no mutation function to handle individual with mixed data types with different characteristics #755

Open
mg-grayfox opened this issue Aug 28, 2024 · 0 comments · May be fixed by #752
Open

Comments

@mg-grayfox
Copy link

existing mutation functions assume individual has same data type and characteristics so a single mutation function can mutate the each element of the individual homogeneously e.g. an individual of bits, mutation will flip them to 0 or 1. another individual of integers, ranging from 1 to 100, then a number will be chosen in that range during mutation. If the individual is a list with bits, integers with different ranges, and a collection of numbers to choose, no existing mutation functions would work. A new mutation function that can mutate based on the attributes of each element of an individual is needed.

@mg-grayfox mg-grayfox linked a pull request Aug 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant