All releases tagged Minor


Release Notes: This release includes several bugfixes and feature enhancements. The examples page on the Web site has also been updated.


Release Notes: This release includes a significant update adding genetic programming support. Optimization algorithms can now evolve and optimize expression trees using any of the 45 existing operators or custom, user-defined operators. As a result, the MOEA Framework now supports all major evolutionary algorithm strategies including genetic algorithms, differential evolution, swarm intelligence, genetic programming, and grammatical evolution.


Release Notes: This release added internationalization and localization support to user interfaces, improved support for parameterizing PISA algorithms, and enhanced the MOEA/D implementation to support its original specification as well as the utility-based search extension introduced at the IEEE Congress on Evolutionary Computation in 2009.


Release Notes: This release includes significant improvements to the user manual and several bugfixes.


Release Notes: This release significantly improves the C/C++ interface, which allows the MOEA Framework to run optimization problems written in C/C++. The examples page on the website has been updated to demonstrate this C/C++ interface.


Release Notes: This release fixes several bugs with the MOEA Diagnostic Tool and adds new content to the user manual.


Release Notes: This release adds an interface for connecting to C/C++ problems (see examples/Example4.java in the source code download). It includes the necessary files so that the source code can be imported directly into Eclipse, ensuring the environment is configured correctly. Follow the installation instructions in README. There are miscellaneous bugfixes.


Release Notes: All binaries, resources, and dependencies were packaged in a single, executable JAR file. Double-clicking the JAR file or running 'java -jar MOEAFramework-1.9-Executable.jar' launches the MOEA diagnostic tool.


Release Notes: This release adds 31 new numerical test problems and improvements to commandline utilities.
A library of synchronization primitives and concurrent data structures for specific update-heavy workloads.