This turtle uses the naive genetic algorithm from Natural selection to evolve an initial path to one that matches the 'fittest' path as much as possible.
#genetic
Log in to post a comment.
// Path evolution. Created by Reinder Nijhoff 2019// @reindernijhoff