evolutionary-algorithms topic

List evolutionary-algorithms repositories

genetic-algorithm-in-python

23
Stars
4
Forks
Watchers

A genetic algorithm written in Python for educational purposes.

ldca

53
Stars
5
Forks
Watchers

Self-replicating, self-modifying Assembly program that can evolve into every possible computer program in the universe (EXPERIMENTAL)

optim

779
Stars
130
Forks
Watchers

OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions

PlatEMO

1.5k
Stars
448
Forks
Watchers

Evolutionary multi-objective optimization platform

geatpy

1.9k
Stars
723
Forks
Watchers

Evolutionary algorithm toolbox and framework with high performance for Python

pagmo2

794
Stars
159
Forks
Watchers

A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.

Applying_EANNs

1.4k
Stars
351
Forks
Watchers

A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modifie...

GeneticAlgorithmPython

1.8k
Stars
452
Forks
Watchers

Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).