mgl-gpr

MIT, see COPYING.

MGL-GPR is a library of evolutionary algorithms such as Genetic Programming (evolving typed expressions from a set of operators and constants) and Differential Evolution.

$ area51 add mgl-gprCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(mgl-gpr:some-function ...)

Dependencies