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

Genetic image in Processing #50

Open
obackhoff opened this issue May 1, 2017 · 1 comment
Open

Genetic image in Processing #50

obackhoff opened this issue May 1, 2017 · 1 comment

Comments

@obackhoff
Copy link

obackhoff commented May 1, 2017

You mentioned the genetic image program in the genetic TSP problem, I wrote a Processing.org sketch that does that :) You only need to download the G4P library for the basic GUI. I occasionally improve the code, but it runs fine just as it is.
https://github.com/obackhoff/Genetic_Image

As a suggestion, for genetic algorithms, I would add different levels of mutation that could occur.. sometimes drastic change, sometimes subtle. Also, I would keep the n most fit objects of the population, so the population does not diverge from the current best fit and turns into all random. Cheers for the great content.

@shiffman
Copy link
Member

shiffman commented May 1, 2017

Thanks for this!

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

No branches or pull requests

2 participants