mgl-gpr
Optimization library
An implementation of evolutionary optimization algorithms in Common Lisp
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: almost 2 years 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 | 72 |
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. | 168 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimizing machine learning algorithms and neural networks. | 1,905 |
mzychlewicz/gwo | An implementation of the Grey Wolf Optimizer algorithm in Matlab for solving optimization problems. | 55 |
ghollisjr/cl-ana | A modular Common Lisp framework for data analysis and visualization | 198 |
thoj/go-galib | A library that implements a genetic algorithm optimization tool | 200 |
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,290 |
trevorstephens/gplearn | A Python library for solving symbolic regression problems using genetic programming | 1,636 |
ddemidov/amgcl | A C++ library that uses the algebraic multigrid method to solve large sparse linear systems in scientific computing | 751 |
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. | 220 |
aras-p/glsl-optimizer | A C++ library that optimizes GLSL shaders for better performance on various platforms. | 1,733 |
hiroyuki-kasai/gdlibrary | A collection of unconstrained optimization algorithms implemented in MATLAB | 67 |