jdisset / gaga

GAGA is a fast, header only, multi-objective, and distributed evolutionary algorithm library written in modern C++. It is designed to be easily usable with various genotype representations and allows the user to enable or disable several features such as novelty search or speciation. It also produces and exports various customizable statistics.
MIT License
18 stars 4 forks source link

Move isBetter to std::function instead of template parameter #5

Closed cmourglia closed 8 years ago

cmourglia commented 8 years ago

Allows for more flexibility and online switching

jdisset commented 8 years ago

Done :)