From f7c09908ab65fe6e7480ab6765bf5a8b5df3faa7 Mon Sep 17 00:00:00 2001 From: Thiago Ferreira Date: Mon, 11 Mar 2019 14:13:10 -0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 84a9d51..54efb99 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,30 @@ This implemention is based on the following paper: > Deb, Kalyanmoy, and J. Sundar. "Reference point based multi-objective optimization using evolutionary algorithms." In *Proceedings of the 8th annual conference on Genetic and evolutionary computation*, pp. 635-642. ACM, 2006. +## How to install + +This project uses GitHub as a Maven Repository. Then you have just add the following section to your repositories tag in pom.xml + +```xml + + + r-nsga-ii-github + https://github.com/thiagodnf/r-nsga-ii/raw/master/releases + + +``` + +Then add a dependency into tag of your pom.xml + +```xml + + thiagodnf.rnsgaii + r-nsga-ii + 1.0.0 + +``` + + ## Simulation Results The following results were found based on the following parameter settings.