Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Jan 2, 2025
1 parent 5dd1c40 commit bd77627
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ for benchmarking multiobjective evolutionary algorithms (MOEAs). Please cite th

## Installation

These codes are intended for use with the MOEA Framework. Follow the steps below to setup these real-world
benchmark problems:

### Requirements

These codes are intended to run on a Unix-like system (e.g., Ubuntu). In addition, please ensure the following
Expand All @@ -24,15 +21,15 @@ dependencies are installed:

### Setup with Eclipse

First, clone this repository:
We recommend using a Java IDE, such as Eclipse or IntelliJ, when working with this project. First, clone this
repository:

```bash
git clone https://github.com/MOEAFramework/RealWorldBenchmarks.git
```

We recommend opening this project in an IDE, such as Eclipse or IntelliJ. Next, we must compile the benchmark
problems, as several are written in C / C++. Open a new terminal window and run the following from the
`RealWorldBenchmarks` folder:
Next, we must compile the benchmark problems, as several are written in C / C++. Open a new terminal window and run
the following from the `RealWorldBenchmarks` folder:

```bash
make -C native
Expand Down

0 comments on commit bd77627

Please sign in to comment.