@@ -21,23 +21,26 @@ Ensure your system has the following software installed:
2121#### Setup MOEA Framework
2222
2323Download the latest MOEA Framework binaries or source code from http://moeaframework.org/ and
24- extract the archive to a folder on your computer. We will refer to this as folder as ` ${MOEAFRAMEWORK_ROOT} ` below.
24+ extract the archive to a folder on your computer. We will refer to this as folder as ` ${MOEAFRAMEWORK_ROOT} `
25+ in the following steps.
26+
27+ #### Install Real-World Benchmark Library
28+
29+ Download the latest version of the real-world benchmarks JAR file from the
30+ [ releases page] ( https://github.com/MOEAFramework/MOEAFramework/releases ) and place it in the
31+ ` ${MOEAFRAMEWORK_ROOT}/lib ` folder.
2532
2633#### Compile Benchmark Problems
2734
28- Several of the benchmark problems must be compiled before use. Run the following:
35+ Several of the benchmark problems must be compiled before use. If using Windows, we include compiled
36+ executables for each release version (see ` native-windows.zip ` ). Otherwise, to compile the executables, run:
2937
30381 . Clone this repository - ` git clone https://github.com/MOEAFramework/RealWorldBenchmarks.git `
31392 . Run ` make -C native `
32403 . Copy or link the ` native/ ` folder into your MOEA Framework directory using either:
3341 * Option 1 - Copy the entire directory with ` cp -R native/ ${MOEAFRAMEWORK_ROOT}/native `
3442 * Option 2 - Create a symbolic link with ` ln -s $(realpath -s native/) ${MOEAFRAMEWORK_ROOT}/native `
3543
36- #### Setup Benchmark Library
37-
38- Finally, download the latest version of the real-world benchmarks JAR file from the
39- [ releases page] ( https://github.com/MOEAFramework/MOEAFramework/releases ) and place it in the ` ${MOEAFRAMEWORK_ROOT}/lib ` folder.
40-
4144## Maven
4245
4346Alternatively, if you want to include these benchmark problems in a Maven project, add the following
0 commit comments