Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohanson/ga

Genetic algorithm package
https://github.com/mohanson/ga

Last synced: about 2 months ago
JSON representation

Genetic algorithm package

Awesome Lists containing this project

README

        

# GA

Genetic algorithm framework, you only need to configure the parameters and write the fitness function, and leave the rest to it!

Read [example/rosenbrock](https://github.com/mohanson/ga/blob/master/example/rosenbrock/main.go) to learn how to optimize rosenbrock's banana function.