mgl-gpr
Evolutionary algorithm library
A comprehensive library of generational optimization algorithms using evolutionary techniques
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.
63 stars
15 watching
19 forks
Language: Common Lisp
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
openmole/mgo | A software library for purely functional genetic algorithms with an emphasis on multi-objective optimization and robustness to noisy fitness functions | 71 |
grammatech/sel | A software library that enables the programmatic modification and evaluation of existing software through various techniques such as evolutionary computation, program synthesis, and source code manipulation. | 166 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimization of machine learning models | 1,884 |
mzychlewicz/gwo | An implementation of the Grey Wolf Optimizer algorithm in Matlab for solving optimization problems. | 53 |
ghollisjr/cl-ana | A modular Common Lisp framework for data analysis and visualization | 197 |
thoj/go-galib | A library that implements a genetic algorithm optimization tool | 199 |
giuse/simple_ga | A demonstration of a simple genetic algorithm in Ruby for solving optimization problems | 9 |
vollmerm/fungp | A Clojure implementation of a genetic programming system to evolve computer programs and solve problems | 100 |
giacomelli/geneticsharp | A C# library for solving optimization problems using genetic algorithms | 1,284 |
trevorstephens/gplearn | A Python library for solving symbolic regression problems using genetic programming | 1,615 |
ddemidov/amgcl | A C++ library that uses the algebraic multigrid method to solve large sparse linear systems in scientific computing | 736 |
m-decoster/rsgenetic | A framework for executing genetic algorithms in Rust | 75 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |
aras-p/glsl-optimizer | A C++ library that optimizes GLSL shaders for better performance on various platforms. | 1,730 |
hiroyuki-kasai/gdlibrary | A collection of unconstrained optimization algorithms implemented in MATLAB | 65 |