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

Download nsgaii JAR 3.2.0 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.2.0 from the group com.debacharya.

The 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.2.0

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.crossover
com.debacharya.nsgaii.crossover.com.debacharya.nsgaii.crossover.AbstractCrossover
com.debacharya.nsgaii.crossover.com.debacharya.nsgaii.crossover.CrossoverParticipantCreator
com.debacharya.nsgaii.crossover.com.debacharya.nsgaii.crossover.CrossoverParticipantCreatorProvider
com.debacharya.nsgaii.crossover.com.debacharya.nsgaii.crossover.OrderCrossover
com.debacharya.nsgaii.crossover.com.debacharya.nsgaii.crossover.SimulatedBinaryCrossover
com.debacharya.nsgaii.crossover.com.debacharya.nsgaii.crossover.UniformCrossover
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.IntegerAllele
com.debacharya.nsgaii.datastructure.com.debacharya.nsgaii.datastructure.Population
com.debacharya.nsgaii.datastructure.com.debacharya.nsgaii.datastructure.ValueAllele
com.debacharya.nsgaii.mutation
com.debacharya.nsgaii.mutation.com.debacharya.nsgaii.mutation.AbstractMutation
com.debacharya.nsgaii.mutation.com.debacharya.nsgaii.mutation.PolynomialMutation
com.debacharya.nsgaii.mutation.com.debacharya.nsgaii.mutation.SinglePointMutation
com.debacharya.nsgaii.mutation.com.debacharya.nsgaii.mutation.SwapMutation
com.debacharya.nsgaii.objectivefunction
com.debacharya.nsgaii.objectivefunction.com.debacharya.nsgaii.objectivefunction.AbstractObjectiveFunction
com.debacharya.nsgaii.objectivefunction.com.debacharya.nsgaii.objectivefunction.ObjectiveProvider
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.ChildPopulationProducer
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.GeneticCodeProducer
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.GeneticCodeProducerProvider
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.GraphPlot
com.debacharya.nsgaii.plugin.com.debacharya.nsgaii.plugin.PopulationProducer
com.debacharya.nsgaii.termination
com.debacharya.nsgaii.termination.com.debacharya.nsgaii.termination.NonDominatedMajority
com.debacharya.nsgaii.termination.com.debacharya.nsgaii.termination.StabilizationOfMaximalCrowdingDistance
com.debacharya.nsgaii.termination.com.debacharya.nsgaii.termination.StabilizationOfObjectives
com.debacharya.nsgaii.termination.com.debacharya.nsgaii.termination.TerminatingCriterion
com.debacharya.nsgaii.termination.com.debacharya.nsgaii.termination.TerminatingCriterionProvider




© 2015 - 2024 Weber Informatics LLC | Privacy Policy