deap
Optimization toolkit
An evolutionary computation framework for rapid prototyping and testing of ideas using Python.
Distributed Evolutionary Algorithms in Python
6k stars
191 watching
1k forks
Language: Python
last commit: 8 days ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
maxhalford/eaopt | An evolutionary optimization library that provides multiple algorithms and interfaces to solve complex optimization problems using genetic and other optimization techniques. | 888 |
keon/algorithms | A collection of Python implementations of various algorithms and data structures. | 24,076 |
rsteca/sklearn-deap | Replaces grid search with evolutionary algorithms to find optimal parameters for machine learning models | 771 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimization of machine learning models | 1,884 |
epistasislab/tpot | Automated machine learning tool that optimizes machine learning pipelines using genetic programming | 9,736 |
thealgorithms/python | A collection of algorithm implementations in Python | 194,305 |
prakhar1989/algorithms | An implementation of various algorithms and data structures in Python. | 3,053 |
bytedance/byteps | A high-performance distributed deep learning framework supporting multiple frameworks and networks | 3,630 |
llens/quantumcomputingevolutionaryalgorithmdesign | Designs quantum algorithms using evolutionary techniques | 19 |
ymjs-irfan/dp-fedsam | This repository provides an implementation of a differentially private federated learning algorithm designed to improve the robustness and performance of federated machine learning systems. | 41 |
ddbourgin/numpy-ml | A collection of machine learning algorithms implemented in NumPy for rapid experimentation and prototyping. | 15,466 |
joeddav/devol | An evolutionary algorithm for designing neural networks in Keras | 950 |
project-dc/pygeneses | A PyTorch-based framework for training and studying artificial species in bio-inspired environments | 72 |
hchasestevens/monkeys | A Python framework for using genetic programming to solve problems and optimize solutions | 122 |
jaswinder9051998/zoofs | A Python library that performs feature selection using various nature-inspired optimization algorithms. | 243 |