All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download nsgaii JAR 3.0.11 with all dependencies


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.

Files of the artifact nsgaii version 3.0.11 from the group com.debacharya.

There is a newer version: 3.2.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of nsgaii Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of nsgaii version 3.0.11

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.debacharya.nsgaii
META-INF.maven.com.debacharya.nsgaii.META-INF.maven.com.debacharya.nsgaii.pom.properties
META-INF.maven.com.debacharya.nsgaii.META-INF.maven.com.debacharya.nsgaii.pom.xml
com.debacharya.nsgaii
com.debacharya.nsgaii.com.debacharya.nsgaii.Configuration
com.debacharya.nsgaii.com.debacharya.nsgaii.NSGA2
com.debacharya.nsgaii.com.debacharya.nsgaii.Reporter
com.debacharya.nsgaii.com.debacharya.nsgaii.Service
com.debacharya.nsgaii.datastructure
com.debacharya.nsgaii.datastructure.com.debacharya.nsgaii.datastructure.AbstractAllele
com.debacharya.nsgaii.datastructure.com.debacharya.nsgaii.datastructure.BooleanAllele
com.debacharya.nsgaii.datastructure.com.debacharya.nsgaii.datastructure.Chromosome
com.debacharya.nsgaii.datastructure.com.debacharya.nsgaii.datastructure.Population
com.debacharya.nsgaii.datastructure.com.debacharya.nsgaii.datastructure.ValueAllele
com.debacharya.nsgaii.objectivefunction
com.debacharya.nsgaii.objectivefunction.com.debacharya.nsgaii.objectivefunction.AbstractObjectiveFunction
com.debacharya.nsgaii.objectivefunction.com.debacharya.nsgaii.objectivefunction.SCH_1
com.debacharya.nsgaii.objectivefunction.com.debacharya.nsgaii.objectivefunction.SCH_2
com.debacharya.nsgaii.objectivefunction.com.debacharya.nsgaii.objectivefunction.ZDT1_1
com.debacharya.nsgaii.objectivefunction.com.debacharya.nsgaii.objectivefunction.ZDT1_2
com.debacharya.nsgaii.plugin
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.AbstractCrossover
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.AbstractMutation
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.ChildPopulationProducer
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.CrossoverParticipantCreator
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.CrossoverParticipantCreatorProvider
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.DefaultPluginProvider
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.FitnessCalculator
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.FitnessCalculatorProvider
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.GenerationDriver
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.GenerationDriverProvider
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.GeneticCodeProducer
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.GraphPlot
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.ObjectiveProvider
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.PolynomialMutation
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.PopulationProducer
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.SimulatedBinaryCrossover
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.SinglePointMutation
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.UniformCrossover




© 2015 - 2025 Weber Informatics LLC | Privacy Policy