Skip to content

TrvsF/simple-genetic-alg

Repository files navigation

JavaGA

Genetic Algorithm in java

generates an initial population of genomes & generates a random set of weights and values to assign. The program will then use both tourney selection, crossover, and mutation algorithms to find the optimal genome to solve the generated problem.

based on The Knapsack Problem

About

a basic genetic algorithm in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages