NSGA-II

A NSGA-II implementation using Java. This implementation of NSGA-II algorithm is in pure reference to the original published paper. This is not an effort to convert the originally implemented C code in Java. The original C code by the authors has not be referred to while writing this implementation. This is a fully customizable implementation of the NSGA-II algorithm, made as generic as possible. This documentation assumes you have basic understanding of the NSGA-II algorithm. Apart from the core concepts of the algorithm, everything else in this package can be implemented as per the user's choice and plugged into the algorithm dynamically. Since NSGA-II is more like a set of protocols to follow as an algorithm rather than a concrete implementation of every aspect, this package has been re-written from scratch keeping complete customizability in mind. Apart from the core concepts of the algorithm, everything is considered to be a plugin external to the algorithm that can be implemented by the user and dynamically plugged into the algorithm during runtime as needed. This opens up the possibility of the package to be used simply as a PoC or be converted into something much more complex according to the users needs.

License

License

GroupId

GroupId

com.debacharya
ArtifactId

ArtifactId

nsgaii
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

NSGA-II
A NSGA-II implementation using Java. This implementation of NSGA-II algorithm is in pure reference to the original published paper. This is not an effort to convert the originally implemented C code in Java. The original C code by the authors has not be referred to while writing this implementation. This is a fully customizable implementation of the NSGA-II algorithm, made as generic as possible. This documentation assumes you have basic understanding of the NSGA-II algorithm. Apart from the core concepts of the algorithm, everything else in this package can be implemented as per the user's choice and plugged into the algorithm dynamically. Since NSGA-II is more like a set of protocols to follow as an algorithm rather than a concrete implementation of every aspect, this package has been re-written from scratch keeping complete customizability in mind. Apart from the core concepts of the algorithm, everything is considered to be a plugin external to the algorithm that can be implemented by the user and dynamically plugged into the algorithm during runtime as needed. This opens up the possibility of the package to be used simply as a PoC or be converted into something much more complex according to the users needs.
Project URL

Project URL

https://debacharya.com/nsgaii
Source Code Management

Source Code Management

https://github.com/onclave/NSGA-II

Download nsgaii

How to add to project

<!-- https://jarcasting.com/artifacts/com.debacharya/nsgaii/ -->
<dependency>
    <groupId>com.debacharya</groupId>
    <artifactId>nsgaii</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.debacharya/nsgaii/
implementation 'com.debacharya:nsgaii:3.2.0'
// https://jarcasting.com/artifacts/com.debacharya/nsgaii/
implementation ("com.debacharya:nsgaii:3.2.0")
'com.debacharya:nsgaii:jar:3.2.0'
<dependency org="com.debacharya" name="nsgaii" rev="3.2.0">
  <artifact name="nsgaii" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.debacharya', module='nsgaii', version='3.2.0')
)
libraryDependencies += "com.debacharya" % "nsgaii" % "3.2.0"
[com.debacharya/nsgaii "3.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jfree : jfreechart jar 1.5.3
org.jfree : jcommon jar 1.0.24

Project Modules

There are no modules declared in this project.

Versions

Version
3.2.0
3.1.3
3.1.1
3.1.0
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1