Ada-GA
GA library
A library that provides an implementation of a genetic algorithm in Ada
Genetic Algorithm Implementation for Ada
2 stars
2 watching
1 forks
Language: Ada
last commit: over 1 year ago
Linked from 1 awesome list
adaalgorithmchromosomecrossovergenericgenetic-algorithmlibrarymutationssimple
Related projects:
Repository | Description | Stars |
---|---|---|
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimization of machine learning models | 1,884 |
giuse/simple_ga | A demonstration of a simple genetic algorithm in Ruby for solving optimization problems | 9 |
openmole/mgo | A software library for purely functional genetic algorithms with an emphasis on multi-objective optimization and robustness to noisy fitness functions | 71 |
m-decoster/rsgenetic | A framework for executing genetic algorithms in Rust | 75 |
frett27/ada-midi | An Ada implementation of Midi file reading and writing functionality | 6 |
aggelgian/erlang-algorithms | An Erlang implementation of common data structures and algorithms. | 158 |
globalarrays/ga | A library providing shared memory access to distributed arrays in parallel computing | 101 |
frett27/ada-sodoku | A library for solving and finding Sodoku grids using brute-force combinatorial evaluation. | 5 |
adacore/gtkada | An Ada library for building graphical user interfaces with the GTK toolkit | 88 |
reznikmm/anagram | An Ada library to work with grammars of program languages, providing tools for grammar handling and parser generation. | 4 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,939 |
giacomelli/geneticsharp | A C# library for solving optimization problems using genetic algorithms | 1,284 |
uos-codem/ga-toolbox | A collection of tools and utilities for designing, implementing, and optimizing optimization algorithms using genetic principles | 56 |
haskell/fgl | A library that provides an inductive approach to dealing with graphs | 184 |