You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables using [PISA - A Platform and Programming Language Independent Interface for Search Algorithms](http://sop.tik.ee.ethz.ch/pisa) selectors within the MOEA Framework. If using any of the PISA
4
-
algorithms, please cite:
3
+
Enables using [PISA - A Platform and Programming Language Independent Interface for Search Algorithms](http://sop.tik.ee.ethz.ch/pisa)
4
+
selectors within the MOEA Framework. If using any of the PISA algorithms, please cite:
5
5
6
6
> Bleuler, Stefan, Marco Laumanns, Lothar Thiele and Eckart Zitzler. “PISA: A Platform and Programming Language Independent Interface for Search Algorithms.” International Conference on Evolutionary Multi-Criterion Optimization (2003).
7
7
8
+
8
9
## Installation
9
10
10
11
Add the following dependency to your `pom.xml`:
@@ -14,42 +15,46 @@ Add the following dependency to your `pom.xml`:
14
15
<dependency>
15
16
<groupId>org.moeaframework</groupId>
16
17
<artifactId>pisa-plugin</artifactId>
17
-
<version>2.0.0</version>
18
+
<version>3.0.0-SNAPSHOT</version>
18
19
</dependency>
19
20
```
20
21
21
-
Or download the JAR from the [Releases](https://github.com/MOEAFramework/PISA-Plugin/releases) into the MOEA Framework's `lib/` folder.
22
+
Or download the JAR from the [Releases](https://github.com/MOEAFramework/PISA-Plugin/releases) into the MOEA
23
+
Framework's `lib/` folder.
24
+
22
25
23
26
## Supported Versions
24
27
25
-
The latest versions of the MOEA Framework and the PISA-Plugin are compatible. If using an older version of the
26
-
MOEA Framework, use the table below to identify which version of this plugin to use.
28
+
The latest versions of the MOEA Framework and the PISA-Plugin are compatible. If using an older version of the MOEA
29
+
Framework, use the table below to identify which version of this plugin to use.
27
30
28
31
MOEA Framework Version | Compatible PISA-Plugin Version
0 commit comments