Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 885 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 885 Bytes

Genetic Algorithm Visualization Tool

A Java program for visualizing implementations of the "Simple Genetic Algorithm."

http://en.wikipedia.org/wiki/Genetic_algorithm

screenshot screenshot screenshot screenshot

Dependencies:

JRE 1.8

Usage

Compile:

javac -d bin src/gaViz/**/*.java src/swingUiDriver/*.java src/javafxDriver/*.java

To view genetic algorithms as text, 2D images, or 2D animations:

java -cp ./bin swingUiDriver.Init

To visualize the algorithm in 3D space:

java -cp ./bin javafxDriver.Init

About

More project documentation: http://0la0.github.io/#!/projects/gaViz