https://github.com/bzdgn/geneticalgorithmdemo
A simple genetic algorithm implementation demo, based on a code that is citated inside the README.md and the code.
https://github.com/bzdgn/geneticalgorithmdemo
algorithm algorithms-implemented evolutionary-algorithm evolutionary-algorithms genetic-algorithm java
Last synced: 8 months ago
JSON representation
A simple genetic algorithm implementation demo, based on a code that is citated inside the README.md and the code.
- Host: GitHub
- URL: https://github.com/bzdgn/geneticalgorithmdemo
- Owner: bzdgn
- Created: 2014-05-18T06:36:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T10:06:58.000Z (about 11 years ago)
- Last Synced: 2025-02-03T09:47:47.474Z (10 months ago)
- Topics: algorithm, algorithms-implemented, evolutionary-algorithm, evolutionary-algorithms, genetic-algorithm, java
- Language: Java
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an updated/modified Genetic Algorithm implementation which is based on a code piece that
I've founded on the net. Thus a citation needed, for the original code: https://github.com/calebwherry/String-Evolver
Because that my goal is for experimental usage, in order to understand the genetic algorithms, and
the original code was not modular, bad naming and other stuff, I've modified it and will continue in
a different repository.