DOC

com.debacharya : nsgaii

Maven & Gradle

Mar 23, 2021
39 stars

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.

Table Of Contents

Latest Version

Download com.debacharya : nsgaii Javadoc & API Documentation - Latest Versions:

All Versions

Download com.debacharya : nsgaii Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.2.x
3.1.x
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file nsgaii-3.2.0-javadoc.jar to nsgaii-3.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder nsgaii-3.2.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "nsgaii-3.2.0-sources.jar" -d "nsgaii-3.2.0-javadoc" -subpackages