ntnu-ai-lab/EvoLP.jl
A playground for evolutionary computation in Julia
This project helps researchers and practitioners quickly build and test evolutionary algorithms for optimization problems. You provide a problem definition and desired algorithm components, and it generates an optimized solution. It's designed for scientists, engineers, and anyone working with complex optimization tasks.
Use this if you need to rapidly prototype, combine, and compare different evolutionary computation strategies for discrete, continuous, or combinatorial optimization problems.
Not ideal if you prefer a 'black box' solution or do not have experience with programming in Julia.
Stars
28
Forks
1
Language
Julia
License
MIT
Category
Last pushed
Jan 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ntnu-ai-lab/EvoLP.jl"
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...