simple_ga
GA solver
A demonstration of a simple genetic algorithm in Ruby for solving optimization problems
Simple Genetic Algorithm for demonstration purposes
9 stars
3 watching
3 forks
Language: Ruby
last commit: over 8 years ago
Linked from 1 awesome list
demoevolutionary-algorithmevolutionary-algorithmsevolutionary-computationexamplegenetic-algorithmrubymltutorial
Related projects:
Repository | Description | Stars |
---|---|---|
thoj/go-galib | A library that implements a genetic algorithm optimization tool | 200 |
giacomelli/geneticsharp | A C# library for solving optimization problems using genetic algorithms | 1,290 |
shuai-xie/genetic-algorithm | A Matlab implementation of a genetic algorithm to find optimal solutions to optimization problems | 422 |
frett27/ada-ga | A library that provides an implementation of a genetic algorithm in Ada | 2 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 220 |
innoave/genevo | A Rust-based framework for implementing genetic algorithms in optimization and search problems. | 176 |
petrmanek/revolver | A framework for building fast genetic algorithms in Swift. | 29 |
openmole/mgo | A software library for purely functional genetic algorithms with an emphasis on multi-objective optimization and robustness to noisy fitness functions | 72 |
m-decoster/rsgenetic | A framework for executing genetic algorithms in Rust | 75 |
uos-codem/ga-toolbox | Provides tools and functions to implement genetic algorithms in MATLAB for optimization problems | 56 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimizing machine learning algorithms and neural networks. | 1,905 |
melisgl/mgl-gpr | An implementation of evolutionary optimization algorithms in Common Lisp | 63 |
strawberry-magic-pocket/genetic-algorithm | An implementation of a genetic algorithm in MATLAB to optimize solutions to optimization problems. | 196 |
giuse/machine_learning_workbench | A comprehensive framework for practical machine learning in Ruby. | 20 |
handcraftsman/geneticalgorithmswithpython | A collection of example projects demonstrating the use of genetic algorithms in solving various optimization problems using Python | 1,213 |