A Clojure library for solving optimization problems using real-coded Genetic Algorithms. The library supports both constrained and unconstrained optimization.
- Binary tournament selection with and without replacement
- Simulated binary crossover
- Parameter-based mutation
[clj-genetic "0.3.0"]
Please see the clj-genetic.examples.constrained and clj-genetic.examples.unconstrained packages for usage examples.
Copyright (C) 2011-2012 Anton Beloglazov
Distributed under the Eclipse Public License, the same as Clojure.