etiennegalea / simpleGA

A simple GA in java, just to understand the fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Genetic Algorithm

A simple GA in Java (using JetBrains' IntelliJ), just to understand the fundamentals of a genetic algorithm and evolutionary computation concepts.

Includes:

  • Roulette-based selection
  • Probabilistic single-point crossover
  • Probabilistic mutation

About

A simple GA in java, just to understand the fundamentals

License:MIT License


Languages

Language:Java 99.4%Language:HTML 0.6%