evostra
Evolution Strategy
An optimization technique based on ideas of adaptation and evolution for training neural networks
A fast Evolution Strategy implementation in Python
270 stars
16 watching
46 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
aiai-learningartificial-intelligencedeep-learningevolution-strategiesevolutionary-algorithmsmachine-learningpythonreinforcement-learning
Related projects:
Repository | Description | Stars |
---|---|---|
roberttlange/evosax | An evolution strategy optimization library built on top of JAX and XLA for high-throughput acceleration | 506 |
nnaisense/evotorch | An evolutionary computation library built on top of PyTorch for solving optimization problems in various fields. | 1,016 |
atgambardella/pytorch-es | An implementation of an optimization algorithm for training neural networks in machine learning environments. | 350 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimization of machine learning models | 1,884 |
ahmedfgad/neuralgenetic | Tools and techniques for training neural networks using genetic algorithms | 240 |
moskomule/eve.pytorch | An implementation of an optimization algorithm inspired by a 2016 research paper | 33 |
joeddav/devol | An evolutionary algorithm for designing neural networks in Keras | 950 |
thedimlebowski/trading-gym | A reinforcement learning framework for developing trading strategies | 550 |
maxhalford/eaopt | An evolutionary optimization library that provides multiple algorithms and interfaces to solve complex optimization problems using genetic and other optimization techniques. | 888 |
python-adaptive/adaptive | A Python library that streamlines the process of optimizing mathematical functions by intelligently selecting key points in parameter space for efficient parallel evaluations. | 1,164 |
project-dc/pygeneses | A PyTorch-based framework for training and studying artificial species in bio-inspired environments | 72 |
100/solid | A comprehensive framework for solving optimization problems without gradient calculations. | 576 |
pkalivas/radiate | A fast and flexible evolution engine for implementing artificial evolution techniques | 147 |
ikostrikov/pytorch-trpo | A PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks | 433 |
hchasestevens/monkeys | A Python framework for using genetic programming to solve problems and optimize solutions | 122 |