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

https://github.com/berquerant/ga

genetic algorithm library
https://github.com/berquerant/ga

go

Last synced: 11 months ago
JSON representation

genetic algorithm library

Awesome Lists containing this project

README

          

# ga

ga provides a framework for genetic algorithm.
You can optimize genes if you implemented `Evaluator`.

# Example

See example directory.