evolutionary-algorithm
There are 457 repositories under evolutionary-algorithm topic.
rhiever/Data-Analysis-and-Machine-Learning-Projects
Repository of teaching materials, code, and data for my data analysis and machine learning projects.
facebookexperimental/Robyn
Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.
MorvanZhou/Evolutionary-Algorithm
Evolutionary Algorithm using Python, 莫烦Python 中文AI教学
trekhleb/self-parking-car-evolution
🧬 Training the car to do self-parking using a genetic algorithm
victorqribeiro/invaderz
Space invaders, but the invaders evolve with genetic algorithm
100/Solid
🎯 A comprehensive gradient-free optimization framework written in Python
KaHIP/KaHIP
KaHIP -- Karlsruhe HIGH Quality Partitioning.
matiasmolinas/evolving-agents
Your toolkit for autonomous, evolving agent ecosystems. Create, execute, govern, and evolve agents that learn from experience, collaborate, build new capabilities, and operate safely within defined guardrails.
colgreen/sharpneat
SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
shobrook/promptimal
A very fast, very minimal prompt optimizer
TAMS-Group/bio_ik
MoveIt kinematics_base plugin based on particle optimization & GA
rhiever/optimal-roadtrip-usa
Contains maps for the article, "Computing the optimal road trip across the U.S." and similar articles
olmallet81/GALGO-2.0
Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization
pkalivas/radiate
A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques
ShuhuaGao/geppy
A framework for gene expression programming (an evolutionary algorithm) in Python
godatadriven/evol
a python grammar for evolutionary algorithms and heuristics
sferes2/sferes2
A lightweight, generic C++11 framework for evolutionary computation
soypat/mu8
Genetic algorithm for unsupervised machine learning in Go.
csxeba/brainforge
A Neural Networking library based on NumPy only
nojhan/paradiseo
An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
renatoosousa/GeneticAlgorithmForFeatureSelection
Search the best feature subset for you classification mode
keurfonluu/stochopy
Python library for stochastic numerical optimization
moshesipper/tiny_gp
Tiny Genetic Programming in Python.
opendilab/DIgging
Decision Intelligence for digging best parameters in target environment.
mbelmadani/moead-py
A Python implementation of the decomposition based multi-objective evolutionary algorithm (MOEA/D)
sg-nm/cgp-cnn
A Genetic Programming Approach to Designing CNN Architectures, In GECCO 2017 (oral presentation, Best Paper Award)
sg-nm/Evolutionary-Autoencoders
Exploiting the Potential of Standard Convolutional Autoencoders for Image Restoration by Evolutionary Search (ICML 2018)
albert-espin/knapsack-packing
Evolutionary Algorithm for the 2D Packing Problem combined with the 0/1 Knapsack Problem (Master Thesis)
ccssmnn/hego
Metaheuristics / Blackbox Optimization Algorithms for Go: Simulated Annealing, Genetic Algorithm, Ant Colony Optimization, Tabu Search, Particle Swarm Optimization ...
PerdonLiu/CSE-Autoloss
Seach Losses of our paper 'Loss Function Discovery for Object Detection via Convergence-Simulation Driven Search', accepted by ICLR 2021.
Evolutionary-Intelligence/EvolutionaryComputation-A-Modern-Perspective-ECAMP
Evolutionary Computation: A Modern Perspective |<...>| This is an online book, which is free-access and actively-updated (1st Edition: from 2023 to 2027).
sg-nm/cgp-cnn-PyTorch
A Genetic Programming Approach to Designing CNN Architectures, In GECCO 2017 (oral presentation, Best Paper Award)
moshesipper/Applied-Machine-Learning-Course
This course covers the applied side of algorithmics in machine learning, with some deep learning and evolutionary algorithms thrown in as well.
cpmech/goga
Go evolutionary algorithm is a computer library for developing evolutionary and genetic algorithms to solve optimisation problems with (or not) many constraints and many objectives. Also, a goal is to handle mixed-type representations (reals and integers).
jakobbossek/ecr2
ecr: Evolutionary Computation in R (version 2)
VicentePerezSoloviev/EDAspy
Estimation of Distribution algorithms Python package