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

implement genetic operators to achieve modification #7

Open
mcguenther opened this issue May 9, 2019 · 1 comment
Open

implement genetic operators to achieve modification #7

mcguenther opened this issue May 9, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mcguenther
Copy link
Contributor

as of now, the user describes the modifications to be applied to an existing AVM for the modification task.
the modifications are applied to the AVM to generate the initial population for the genetic algorithm, which finishes after 3-4 iterations. I would argue that in the genetic algorithm, no substantial changes happen, hence the quick termination.

in contrast, we might init the population with duplicates of the original AVM and achieve the requirements of the user by applying not only crossovers, but also mutations; therefor, we would need to adapt both the genetic operations and the fitness function.
As a result, one might excpect to find a result which meets the desired changes not exactly but is more authentic.

@mcguenther mcguenther added the enhancement New feature or request label May 9, 2019
@mcguenther
Copy link
Contributor Author

#2 should be done before tackling this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant