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
- Host: GitHub
- URL: https://github.com/oklein1/evolutionary-programs
- Owner: Oklein1
- License: other
- Created: 2022-07-16T22:26:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T16:39:01.000Z (about 3 years ago)
- Last Synced: 2025-02-01T10:42:26.191Z (11 months ago)
- Language: Clojure
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.