ML-flash/M-E-GA
MEGA is a novel general purpose Genetic Algorithm frame work. That brings new Ideas and Features into the ML sphere such as transfer learning ,life long learning, and potentially open evolution. At the moment the code is still under development and investigation but I look forward to eventually validating the above claims.
This is a framework for building advanced AI/ML applications using Evolutionary Algorithms. It takes a problem definition and an initial set of parameters, then evolves potential solutions to find the optimal outcome. Researchers and advanced AI/ML developers can use this to explore new computational models and create custom solutions.
Use this if you are a researcher or advanced developer looking to experiment with novel genetic algorithms and build customized evolutionary AI solutions with capabilities like transfer learning.
Not ideal if you need a plug-and-play solution for common machine learning tasks without deep customization or a strong understanding of genetic algorithms.
Stars
36
Forks
4
Language
Python
License
GPL-3.0
Category
Last pushed
Mar 07, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ML-flash/M-E-GA"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
trevorstephens/gplearn
Genetic Programming in Python, with a scikit-learn inspired API
google/pyglove
Manipulating Python Programs
guofei9987/scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization...
nnaisense/evotorch
Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE.
esa/pagmo2
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the...