evolutionary-algorithm
There are 477 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教学
shyamsaktawat/OpenAlpha_Evolve
OpenAlpha_Evolve is an open-source Python framework inspired by the groundbreaking research on autonomous coding agents like DeepMind's AlphaEvolve.
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
pkalivas/radiate
A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques
olmallet81/GALGO-2.0
Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization
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.
nojhan/paradiseo
An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
csxeba/brainforge
A Neural Networking library based on NumPy only
renatoosousa/GeneticAlgorithmForFeatureSelection
Search the best feature subset for you classification mode
moshesipper/tiny_gp
Tiny Genetic Programming in Python.
keurfonluu/stochopy
Python library for stochastic numerical optimization
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)
mattruzicka/evolvable
An evolutionary computation framework for Ruby
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).
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.
asarnaout/OpenGeneticAlgorithm.NET
An extensible .NET genetic algorithm library for optimization and artificial intelligence - Evolutionary computation and complex problem solving made simple
sg-nm/cgp-cnn-PyTorch
A Genetic Programming Approach to Designing CNN Architectures, In GECCO 2017 (oral presentation, Best Paper Award)