Downloads

This page contains downloads for the current and prior releases of the MOEA Framework. See the examples page for details on extracting, configuring and executing the MOEA Framework.

Current Release: Version 2.5

  • 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-2.5-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.
  • Download user manual User Manual
    A comprehensive user manual for the MOEA Framework. This manual walks through various uses of the MOEA Framework in detail, providing step-by-step instructions and troubleshooting advice.

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>2.5</version>
</dependency>
  

Previous Releases

Version Release Date Downloads
2.4 2 Jan 2015 Binary | Source | Demo | Manual
2.3 5 Oct 2014 Binary | Source | Demo | Manual
2.2 28 Sept 2014 Binary | Source | Demo | Manual
2.1 19 Feb 2014 Binary | Source | Demo | Manual
2.0 11 Sept 2013 Binary | Source | Executable | Manual
1.17 14 Nov 2012 Binary | Source | Executable | Manual
1.16 23 Sept 2012 Binary | Source | Executable | Manual
1.15 31 July 2012 Binary | Source | Executable | Manual
1.14 26 June 2012 Binary | Source | Executable | Manual
1.13 10 May 2012 Binary | Source | Executable | Manual
1.12 10 Apr 2012 Binary | Source | Executable | Manual
1.11 29 Feb 2012 Binary | Source | Executable | Manual
1.10 22 Jan 2012 Binary | Source | Executable | Manual
1.9 03 Jan 2012 Binary | Source
1.8 21 Nov 2011 Binary | Source
Version 1.8 marks the first public release of this software. Prior versions are not available at this time.