Skip to content

A Clojure library for solving optimization problems using real-coded Genetic Algorithms.

Notifications You must be signed in to change notification settings

beloglazov/clj-genetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-genetic

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

Installation

[clj-genetic "0.3.0"]

Usage

Please see the clj-genetic.examples.constrained and clj-genetic.examples.unconstrained packages for usage examples.

License

Copyright (C) 2011-2012 Anton Beloglazov

Distributed under the Eclipse Public License, the same as Clojure.

About

A Clojure library for solving optimization problems using real-coded Genetic Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published