Downloads

This page contains downloads for the current version of the MOEA Framework. See the documentation page and examples page to learn more about installing, configuring, and using the MOEA Framework.

Current Release: Version 4.0

  • Download the demo application Demo Application
    Walk through several demos and examples to see the capabilities of the MOEA Framework. Double-clicking the JAR file or running 'java -jar MOEAFramework-4.0-Demo.jar' will start the application.
  • Download compiled binaries Compiled Binaries
    Download the compiled binaries, documentation, data files and required third-party libraries. All the resources needed to start building applications using the MOEA Framework are provided.
  • Download source code Source Code
    Download all source codes, unit tests and supporting materials. This download is recommended for developers wanting to modify or extend the MOEA framework.

Maven Support

Copy-and-paste the following dependency to your pom.xml file to add the MOEA Framework to your Maven project. Need help? See the Maven in 5 Minutes guide.

<dependency>
    <groupId>org.moeaframework</groupId>
    <artifactId>moeaframework</artifactId>
    <version>4.0</version>
</dependency>
  

Archive

New versions of the MOEA Framework are released approximately every 3 months or sooner if critical issues are discovered. Older versions of the MOEA Framework can be found on the archive page. These archived versions are no longer maintained. Please upgrade to the latest version to take advantage of the latest bug fixes and enhancements.