https://github.com/saulshanabrook/genetic-evolvesum
Demonstration GA project to evolve a list with a certain sum
https://github.com/saulshanabrook/genetic-evolvesum
Last synced: about 1 month ago
JSON representation
Demonstration GA project to evolve a list with a certain sum
- Host: GitHub
- URL: https://github.com/saulshanabrook/genetic-evolvesum
- Owner: saulshanabrook
- License: epl-1.0
- Created: 2014-03-11T19:35:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T19:36:17.000Z (over 11 years ago)
- Last Synced: 2025-08-31T21:45:01.268Z (about 2 months ago)
- Language: Clojure
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `genetic-evolvesum`
A demonstrations project for
[genetic](http://www.github.com/saulshanabrook/genetic)
which evolves a vector of 1s and 0s, that has a target sum.## License
Copyright © 2014 Saul Shanabrook
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.