This package browser is in early development. Mind the rough edges.

ecl-mgl-gpr

Common Lisp library of evolutionary algorithms

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.

Installation

Install the latest version of ecl-mgl-gpr as follows:

guix install ecl-mgl-gpr

Or install a particular version:

guix install ecl-mgl-gpr@0.0.1-1.cb6ce51

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ecl-mgl-gpr about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ecl-mgl-gpr'><img src='https://packages.guix.gnu.org/packages/ecl-mgl-gpr/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ecl-mgl-gpr/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ecl-mgl-gpr)

Example Org:

[[https://packages.guix.gnu.org/packages/ecl-mgl-gpr][https://packages.guix.gnu.org/packages/ecl-mgl-gpr/badges/latest-version.svg]]