https://github.com/albert-gao/projectfantasy
A genetic algorithm with GUI to show the evolution progress.
https://github.com/albert-gao/projectfantasy
genetic-algorithm gui java
Last synced: 6 days ago
JSON representation
A genetic algorithm with GUI to show the evolution progress.
- Host: GitHub
- URL: https://github.com/albert-gao/projectfantasy
- Owner: Albert-Gao
- Created: 2016-06-02T12:23:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T12:25:54.000Z (about 10 years ago)
- Last Synced: 2025-03-27T14:47:45.475Z (over 1 year ago)
- Topics: genetic-algorithm, gui, java
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProjectFantasy
a demo for genetic algorithm
A DEMO on genetic algorithm using Java. UI part is from a open source project named GridWorld, but I heavily modify it due to the requirements.