An open API service indexing awesome lists of open source software.

https://github.com/oklein1/evolutionary-programs

Repo for evolutionary programs examples
https://github.com/oklein1/evolutionary-programs

Last synced: 4 months ago
JSON representation

Repo for evolutionary programs examples

Awesome Lists containing this project

README

          

# Adventures in Evolutionary Programming

The first adventure simulates a turtle trying to find the "exit," i.e. its destination, by exploring the board.

# To do:
1. Integrate BFS as search algo.