rodgzilla / image_gluing

gluing images to form a bigger picture
MIT License
0 stars 0 forks source link

Learn to use DEAP #1

Open rodgzilla opened 5 years ago

rodgzilla commented 5 years ago

I think we should learn to use the DEAP library (Distributed Evolutionary Algorithms in Python).

We could start by building a small example on the traveling salesman problem. I have looked a bit at the library and they seem to have code examples for many different problems including the TSP.

Who does want to do it?