Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/banyc/geneticalgorithm

OOP, Human-friendly Genetic Algorithm. Customizable fitness evaluation logic.
https://github.com/banyc/geneticalgorithm

cross-platform educational genetic-algorithm oop

Last synced: 4 days ago
JSON representation

OOP, Human-friendly Genetic Algorithm. Customizable fitness evaluation logic.

Awesome Lists containing this project

README

        

# Genetic Algorithm

OOP, human-friendly Genetic Algorithm.

## How to use

1. Define your custom fitness evaluation.
1. Instantiate class `Population`.
1. Call `Population.NextGeneration()` several times.
1. Get the top individuals from the list `Population.Individuals`.

## References

-