Skip to content

Files

Latest commit

21b8db0 · Aug 2, 2024

History

History
9 lines (8 loc) · 774 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 774 Bytes

The MOEA Framework is a free and open source Java library for developing and experimenting with multiobjective evolutionary algorithms (MOEAs) and other general-purpose multiobjective optimization algorithms. The MOEA Framework supports genetic algorithms, differential evolution, particle swarm optimization, genetic programming, grammatical evolution, and more. A number of algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, U-NSGA-III, ε-MOEA, GDE3, PAES, PESA2, SPEA2, IBEA, SMS-EMOA, SMPSO, OMOPSO, CMA-ES, AGE-MOEA-II, and MOEA/D. In addition, the MOEA Framework provides the tools necessary to rapidly design, develop, execute and statistically test optimization algorithms.

Visit https://github.com/MOEAFramework/MOEAFramework to get started!