MOEAFramework-3.4.website.xslt.downloads.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moeaframework Show documentation
Show all versions of moeaframework Show documentation
An Open Source Java Framework for Multiobjective Optimization
<?xml version="1.0"?> <!DOCTYPE some_name [ <!ENTITY nbsp " "> <!ENTITY copy "©"> <!ENTITY epsilon "ε"> ]> <page> <title>Download the MOEA Framework</title> <description>Download the current version of the MOEA Framework</description> <header> <script type="text/javascript" src="scripts/shCore.js"></script> <script type="text/javascript" src="scripts/shBrushXml.js"></script> <link type="text/css" rel="stylesheet" href="styles/shCoreEclipse.css" /> <script type="text/javascript">SyntaxHighlighter.all();</script> </header> <content> <h2>Downloads</h2> <p> This page contains downloads for the current version of the MOEA Framework. See the <a href="documentation.html">documentation page</a> and <a href="examples.html">examples page</a> to learn more about installing, configuring, and using the MOEA Framework. </p> <h3>Current Release: Version %VERSION%</h3> <div class="listing"> <ul> <li> <a href="https://github.com/MOEAFramework/MOEAFramework/releases/download/v%VERSION%/MOEAFramework-%VERSION%-Demo.jar" onClick="_gaq.push(['_trackEvent', 'Downloads', 'Demo', '%VERSION%']);"> <img src="images/java_jar.png" class="float-left" width="22" height="22" alt="Download the demo application" /> <strong>Demo Application</strong> </a> <br /> <span> Walk through several demos and examples to see the capabilities of the MOEA Framework. Double-clicking the JAR file or running '<code>java -jar MOEAFramework-%VERSION%-Demo.jar</code>' will start the application. </span> <div class="fix"></div> </li> <li> <a href="https://github.com/MOEAFramework/MOEAFramework/releases/download/v%VERSION%/MOEAFramework-%VERSION%.tar.gz" onClick="_gaq.push(['_trackEvent', 'Downloads', 'Binary', '%VERSION%']);"> <img src="images/tgz.png" class="float-left" width="22" height="22" alt="Download compiled binaries" /> <strong>Compiled Binaries</strong> </a> <br /> <span> 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. </span> <div class="fix"></div> </li> <li> <a href="https://github.com/MOEAFramework/MOEAFramework/releases/download/v%VERSION%/MOEAFramework-%VERSION%-Source.tar.gz" onClick="_gaq.push(['_trackEvent', 'Downloads', 'Source', '%VERSION%']);"> <img src="images/tgz.png" class="float-left" width="22" height="22" alt="Download source code" /> <strong>Source Code</strong> </a> <br /> <span> Download all source codes, unit tests and supporting materials. This download is recommended for developers wanting to modify or extend the MOEA framework. </span> <div class="fix"></div> </li> </ul> </div> <div class="section"> <h3>Maven Support</h3> <a name="maven"></a> <p> Copy-and-paste the following dependency to your pom.xml file to add the MOEA Framework to your Maven project. Need help? See the <a href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven in 5 Minutes</a> guide. </p> <div class="code"> <pre class="brush: xml; toolbar: false;"> <dependency> <groupId>org.moeaframework</groupId> <artifactId>moeaframework</artifactId> <version>%VERSION%</version> </dependency> </pre> </div> </div> <div class="section"> <h3>Archive</h3> <a name="previous"></a> <p> 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 <a href="archive.html">archive page</a>. These archived versions are no longer maintained. Please upgrade to the latest version to take advantage of the latest bug fixes and enhancements. </p> </div> </content> </page>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy