Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.moeaframework Classes and Interfaces - 399 results found.
NameDescriptionTypePackageFramework
AbsThe node for calculating the absolute value of a number.Classorg.moeaframework.utilMOEA
AbstractAlgorithmAbstract class providing default implementations for several Algorithm methods.Classorg.moeaframeworkMOEA
AbstractEvolutionaryAlgorithmAbstract class providing default implementations for several EvolutionaryAlgorithm methods.Classorg.moeaframeworkMOEA
AbstractProblemAbstract class for Problems.Classorg.moeaframeworkMOEA
AbstractPSOAlgorithmAbstract multi-objective particle swarm optimizer (MOPSO).Classorg.moeaframework.algorithmMOEA
AccumulatorAn accumulator stores collected data from a single run of an algorithm.Classorg.moeaframework.analysisMOEA
AcosThe node for calculating the arc cosine of a number.Classorg.moeaframework.utilMOEA
AcoshThe node for calculating the hyperbolic arc cosine of a number.Classorg.moeaframework.utilMOEA
ActionFactoryCollection of actions used by the diagnostic tool.Classorg.moeaframework.analysisMOEA
AdaptiveGridArchiveAdaptive grid archive.Classorg.moeaframeworkMOEA
AdaptiveMetropolisThe adaptive metropolis (AM) operator.Classorg.moeaframework.core.operatorMOEA
AdaptiveMultimethodVariationAuto-adaptive multi-method recombination operator.Classorg.moeaframework.coreMOEA
AdaptiveMultimethodVariationCollectorCollects the individual operator probabilities from AdaptiveMultimethodVariation.Classorg.moeaframework.analysisMOEA
AdaptiveTimeContinuationDecorator for EvolutionaryAlgorithms to add time continuation (restarts).Classorg.moeaframeworkMOEA
AdaptiveTimeContinuationCollectorCollects the number of restart events resulting from AdaptiveTimeContinuation.Classorg.moeaframework.analysisMOEA
AddThe node for adding two numbers.Classorg.moeaframework.utilMOEA
AdditiveEpsilonIndicatorClassorg.moeaframework.coreMOEA
AdditiveEpsilonIndicatorFitnessEvaluatorClassorg.moeaframework.coreMOEA
AerovisConverterConverts a result file into an Aerovis input file.Classorg.moeaframework.analysisMOEA
AggregateConstraintComparatorCompares solutions based on their magnitude of constraint violations.Classorg.moeaframework.coreMOEA
AlgorithmInterface for an optimization algorithm.Interfaceorg.moeaframeworkMOEA
AlgorithmExceptionAn exception that originated from an algorithm.Classorg.moeaframeworkMOEA
AlgorithmFactoryFactory for creating algorithm instances.Classorg.moeaframework.coreMOEA
AlgorithmInitializationExceptionAn exception that originated from an algorithm during initialization.Classorg.moeaframeworkMOEA
AlgorithmProviderDefines an SPI for algorithms.Classorg.moeaframework.coreMOEA
AlgorithmTerminationExceptionAn exception that originated from an algorithm during termination.Classorg.moeaframeworkMOEA
AnalysisCommand line utility for calculating the best, probability of attainment, efficiency and controllability metrics.Classorg.moeaframework.analysisMOEA
AnalyticalProblemInterface for problems whose Pareto optimal set is known analytically, providing the generate() method for producing randomly-generatedInterfaceorg.moeaframeworkMOEA
AndThe node for calculating the logical AND of two boolean values.Classorg.moeaframework.utilMOEA
ApproximationSetCollectorCollects approximation sets from an Algorithm.Classorg.moeaframework.analysisMOEA
ApproximationSetPlotDisplays the end-of-run Pareto approximation set.Classorg.moeaframework.analysisMOEA
ApproximationSetViewerWindow for displaying approximation set dynamics.Classorg.moeaframework.analysisMOEA
ARFFConverterConverts a result file into an ARFF file that can be loaded into various data mining software (e.Classorg.moeaframework.analysisMOEA
AsinThe node for calculating the arc sine of a number.Classorg.moeaframework.utilMOEA
AsinhThe node for calculating the hyperbolic arc sine of a number.Classorg.moeaframework.utilMOEA
AtanThe node for calculating the arc tangent of a number.Classorg.moeaframework.utilMOEA
AtanhThe node for calculating the hyperbolic arc tangent of a number.Classorg.moeaframework.utilMOEA
AttachPointIdentifies objects in an object graph (all public and private fields contained within an object and those it references).Classorg.moeaframework.analysisMOEA
BelegunduThe Belegundu problem.Classorg.moeaframework.problemMOEA
BinaryIntegerVariableDecision variable for integers encoded as a binary string.Classorg.moeaframework.coreMOEA
BinaryVariableDecision variable for binary strings.Classorg.moeaframework.coreMOEA
BinhThe Binh problem.Classorg.moeaframework.problemMOEA
Binh2The Binh (2) problem.Classorg.moeaframework.problemMOEA
Binh3The Binh (3) problem.Classorg.moeaframework.problemMOEA
Binh4The Binh (4) problem.Classorg.moeaframework.problemMOEA
BitFlipBit flip mutation operator.Classorg.moeaframework.core.operatorMOEA
C1_DTLZ1The C1-DTLZ1 test problem.Classorg.moeaframework.problemMOEA
C1_DTLZ3The C1-DTLZ3 test problem.Classorg.moeaframework.problemMOEA
C2_DTLZ2The C2-DTLZ2 test problem.Classorg.moeaframework.problemMOEA
C3_DTLZ1The C3-DTLZ1 test problem.Classorg.moeaframework.problemMOEA
C3_DTLZ4The C3-DTLZ4 test problem.Classorg.moeaframework.problemMOEA
CallThe node for calling a named function.Classorg.moeaframework.utilMOEA
CeilThe node for calculating the smallest integer value that is greater than or equal to a number.Classorg.moeaframework.utilMOEA
CF1Classorg.moeaframework.problemMOEA
CF10Classorg.moeaframework.problemMOEA
CF2Classorg.moeaframework.problemMOEA
CF3Classorg.moeaframework.problemMOEA
CF4Classorg.moeaframework.problemMOEA
CF5Classorg.moeaframework.problemMOEA
CF6Classorg.moeaframework.problemMOEA
CF7Classorg.moeaframework.problemMOEA
CF8Classorg.moeaframework.problemMOEA
CF9Classorg.moeaframework.problemMOEA
ChainedComparatorApplies any number of comparators in succession, returning the result from the first comparator producing a non-zero return value.Classorg.moeaframework.coreMOEA
CheckpointsDecorates an Algorithm to periodically save checkpoint files from which the algorithm can resume itself if unexpectedly terminated.Classorg.moeaframeworkMOEA
ClassLoaderProblemsProblem provider for problems accessible through the current class loader.Classorg.moeaframeworkMOEA
CMAESThe Covariance Matrix Adaption Evolution Strategy (CMA-ES) algorithm for single and multi-objective problems.Classorg.moeaframeworkMOEA
CollectorCollects information from an object.Interfaceorg.moeaframework.analysisMOEA
CommandLineUtilityAbstract class for providing command line utilities.Classorg.moeaframeworkMOEA
CommentedLineReaderRead text from a character-input stream, ignoring lines starting with the # character.Classorg.moeaframework.utilMOEA
CompoundVariationConstruct a variation operator applying one or more variations sequentially.Classorg.moeaframework.coreMOEA
ConstantThe node for defining a constant value.Classorg.moeaframework.utilMOEA
ContextFreeGrammarA context-free grammar.Classorg.moeaframework.utilMOEA
ContributionMeasures the contribution of the approximation set to the reference set.Classorg.moeaframework.coreMOEA
ControllerThe controller manages the underlying data model, performs the evaluation of jobs, and notifies any listeners when its state changes.Classorg.moeaframework.analysisMOEA
ControllerEventIdentifies the type of event fired by the controller.Classorg.moeaframework.analysisMOEA
ControllerEvent .TypeIndicates the underlying data model has changed.Classorg.moeaframework.analysisMOEA
ControllerListenerListens for events fired by the controller.Interfaceorg.moeaframework.analysisMOEA
ConvexC2_DTLZ2The convex C2-DTLZ2 problem.Classorg.moeaframework.problemMOEA
ConvexDTLZ2The convex DTLZ2 problem.Classorg.moeaframework.problemMOEA
CosThe node for calculating the trigonometric cosine of an angle specified in radians.Classorg.moeaframework.utilMOEA
CoshThe node for calculating the hyperbolic cosine of a number.Classorg.moeaframework.utilMOEA
CrowdingComparatorCompares solutions using their crowding distance.Classorg.moeaframework.coreMOEA
CrowdingDistanceFitnessEvaluatorClassorg.moeaframework.coreMOEA
DBEA (I-DBEA).Classorg.moeaframeworkMOEA
DefineThe node for defining a callable, named function.Classorg.moeaframework.utilMOEA
DiagnosticToolThe main window of the diagnostic tool.Classorg.moeaframework.analysisMOEA
DifferentialEvolutionDifferential evolution (DE) variation operator.Classorg.moeaframework.core.operatorMOEA
DifferentialEvolutionSelectionSelection operator to be used in conjunction with the DifferentialEvolution operator.Classorg.moeaframework.core.operatorMOEA
DistributedProblemDistributes the evaluate(Solution) method across multiple threads, cores or compute nodes using the provided ExecutorService.Classorg.moeaframework.utilMOEA
DivideThe node for dividing two numbers.Classorg.moeaframework.utilMOEA
DominanceComparatorInterface for comparing two solutions using a dominance relation.Interfaceorg.moeaframework.coreMOEA
DTLZClassorg.moeaframework.problemMOEA
DTLZ1The DTLZ1 test problem.Classorg.moeaframework.problemMOEA
DTLZ2The DTLZ2 test problem.Classorg.moeaframework.problemMOEA
DTLZ3The DTLZ3 test problem.Classorg.moeaframework.problemMOEA
DTLZ4The DTLZ4 test problem.Classorg.moeaframework.problemMOEA
DTLZ7The DTLZ7 test problem.Classorg.moeaframework.problemMOEA
ElapsedTimeCollectorCollects the elapsed execution time of an algorithm.Classorg.moeaframework.analysisMOEA
EmptyPlotPlaceholder in a layout for unoccupied grid locations.Classorg.moeaframework.analysisMOEA
EncodingUtilsHelper methods for working with various decision variable types and encodings.Classorg.moeaframework.coreMOEA
EnvironmentThe execution context, or environment, storing the named variables used by a program.Classorg.moeaframework.utilMOEA
EpsilonBoxDominanceArchiveClassorg.moeaframeworkMOEA
EpsilonBoxDominanceComparatorClassorg.moeaframework.coreMOEA
EpsilonBoxEvolutionaryAlgorithmInterfaceorg.moeaframeworkMOEA
EpsilonBoxObjectiveComparatorClassorg.moeaframework.coreMOEA
EpsilonHelperClassorg.moeaframework.analysisMOEA
EpsilonMOEAClassorg.moeaframeworkMOEA
EpsilonProgressCollectorClassorg.moeaframework.analysisMOEA
EpsilonProgressContinuationClassorg.moeaframeworkMOEA
EqualsThe node for comparing two numbers for equality.Classorg.moeaframework.utilMOEA
EvaluatorClassorg.moeaframework.analysisMOEA
EvolutionaryAlgorithmInterface for an evolutionary algorithm.Interfaceorg.moeaframeworkMOEA
ExpThe node for calculating the result of Euler's number e raised to the power of a number.Classorg.moeaframework.utilMOEA
ExternalProblemEvaluate solutions using an externally-defined problem.Classorg.moeaframeworkMOEA
ExtractDataCommand line utility for extracting data from a result file.Classorg.moeaframework.analysisMOEA
FastNondominatedSortingFast non-dominated sorting algorithm for dominance depth ranking.Classorg.moeaframeworkMOEA
FileProtectionDetects corrupted files using the MD5 message digest in a format compatible with the Unix command line utility md5sum.Classorg.moeaframework.utilMOEA
FileUtilsClassorg.moeaframework.utilMOEA
FitnessBasedArchiveMaintains a non-dominated archive of solutions with a maximum capacity.Classorg.moeaframework.coreMOEA
FitnessComparatorCompares two solutions based on their FITNESS_ATTRIBUTE value.Classorg.moeaframework.coreMOEA
FitnessEvaluatorEvaluates a population and assigns fitness values to its solutions.Interfaceorg.moeaframeworkMOEA
FloorThe node for calculating the largest integer value that is less than or equal to a number.Classorg.moeaframework.utilMOEA
FonsecaThe Fonseca problem.Classorg.moeaframework.problemMOEA
Fonseca2The Fonseca (2) problem.Classorg.moeaframework.problemMOEA
ForThe node for executing an expression for a given number of iterations.Classorg.moeaframework.utilMOEA
FrameworkExceptionThe framework exception is the parent type of all exceptions specific to the MOEA Framework.Classorg.moeaframeworkMOEA
FutureSolutionRepresents a Solution evaluated asynchronously.Classorg.moeaframework.utilMOEA
GAVariationOperator for applying a crossover and mutation operation in succession.Classorg.moeaframework.coreMOEA
GDE3 Kukkonen and Lampinen (2005).Classorg.moeaframeworkMOEA
GenerationalDistanceGenerational distance indicator.Classorg.moeaframework.coreMOEA
GetThe node for reading the value stored in a named variable within the current scope.Classorg.moeaframework.utilMOEA
GrammarDecision variable for grammars.Classorg.moeaframework.coreMOEA
GrammarCrossoverSingle-point crossover for grammars.Classorg.moeaframework.core.operatorMOEA
GrammarExceptionException indicating an error while parsing or processing grammars.Classorg.moeaframework.utilMOEA
GrammarMutationUniform mutation for grammars.Classorg.moeaframework.core.operatorMOEA
GreaterThanThe node for comparing if one number is greater than another.Classorg.moeaframework.utilMOEA
GreaterThanOrEqualThe node for comparing if a number is greater than or equal to another.Classorg.moeaframework.utilMOEA
HUXHalf-uniform crossover (HUX) operator.Classorg.moeaframework.core.operatorMOEA
HypervolumeHypervolume indicator.Classorg.moeaframework.coreMOEA
HypervolumeContributionFitnessEvaluatorClassorg.moeaframework.coreMOEA
HypervolumeFitnessEvaluatorIndicator-based fitness using the hypervolume metric.Classorg.moeaframework.coreMOEA
IBEA of using Pareto dominance to evaluate the quality of solutions, IBEA uses an indicator function (typically hypervolume but other indicator functionsClassorg.moeaframeworkMOEA
IfElseThe node for executing one of two expressions depending on the result of a boolean expression.Classorg.moeaframework.utilMOEA
IndicatorInterface for a unary quality indicator.Interfaceorg.moeaframeworkMOEA
IndicatorCollectorCollects performance indicator values from an Algorithm.Classorg.moeaframework.analysisMOEA
IndicatorFitnessEvaluatorAbstract class for assigning fitnesses based on an indicator.Classorg.moeaframework.coreMOEA
IndicatorUtilsCollection of methods shared by indicators.Classorg.moeaframework.coreMOEA
InitializationInterface for an initialization routine.Interfaceorg.moeaframeworkMOEA
InjectedInitializationInitialization method that injects pre-defined solutions into the initial population.Classorg.moeaframework.coreMOEA
InsertionInsertion mutation operator.Classorg.moeaframework.core.operatorMOEA
InstrumentedAlgorithmDecorates an algorithm to periodically collect information about its runtime behavior.Classorg.moeaframework.analysisMOEA
IntervalRatioStatisticalTestAbstract class for interval ratio statistical tests.Classorg.moeaframework.utilMOEA
InvertedGenerationalDistanceInverted generational distance indicator.Classorg.moeaframework.coreMOEA
JimenezThe Jimenez problem.Classorg.moeaframework.problemMOEA
JMetalAlgorithmAdapterAdapter for JMetal algorithms.Classorg.moeaframework.algorithmMOEA
JMetalAlgorithmsAlgorithm provider for JMetal algorithms.Classorg.moeaframework.algorithmMOEA
JMetalProblemAdapterAdapter for JMetal problems.Classorg.moeaframework.algorithmMOEA
Kita Disconnected Pareto set Disconnected and concave Pareto frontClassorg.moeaframework.problemMOEA
KruskalWallisTestThe Kruskal-Wallis One-Way Analysis of Variance by Ranks is a non-parametric statistical test determining if (at least) two out of K >= 2 populations haveClassorg.moeaframework.utilMOEA
KursaweThe Kursawe test problem.Classorg.moeaframework.problemMOEA
LambdaThe node for defining an immutable, anonymous function.Classorg.moeaframework.utilMOEA
LatinHypercubeGenerates sequences using Latin hypercube sampling (LHS).Classorg.moeaframework.utilMOEA
LaumannsThe Laumanns problem.Classorg.moeaframework.problemMOEA
LaunchDiagnosticToolCommand line utility for launching the diagnostic tool.Classorg.moeaframework.analysisMOEA
LessThanThe node for comparing if a number is less than another.Classorg.moeaframework.utilMOEA
LessThanOrEqualThe node for comparing if a number is less than or equal to another.Classorg.moeaframework.utilMOEA
LexicographicalComparatorCompares solutions lexicographically.Classorg.moeaframework.coreMOEA
LinePlotDisplays a line plot of the runtime dynamics of a metric, displaying the 25, 50, and 75 quantiles.Classorg.moeaframework.analysisMOEA
Lis Disconnected Pareto set Disconnected and concave Pareto frontClassorg.moeaframework.problemMOEA
LocalizationFacilitates internalization (i18n) and localization (l10n) of strings.Classorg.moeaframeworkMOEA
LogThe node for calculating the natural logarithm of a number.Classorg.moeaframework.utilMOEA
Log10The node for calculating the base-10 logarithm of a number.Classorg.moeaframework.utilMOEA
LZAbstract class for implementing problems from the complicated Pareto sets test suite by Hui Li and Qingfu Zhang.Classorg.moeaframework.problemMOEA
LZ1Classorg.moeaframework.problemMOEA
LZ2Classorg.moeaframework.problemMOEA
LZ3Classorg.moeaframework.problemMOEA
LZ4Classorg.moeaframework.problemMOEA
LZ5Classorg.moeaframework.problemMOEA
LZ6Classorg.moeaframework.problemMOEA
LZ7Classorg.moeaframework.problemMOEA
LZ8Classorg.moeaframework.problemMOEA
LZ9Classorg.moeaframework.problemMOEA
MannWhitneyUTestThe Mann-Whitney U test determines if two populations have different medians.Classorg.moeaframework.utilMOEA
MaxThe node for calculating the maximum value of the two arguments.Classorg.moeaframework.utilMOEA
MaximumParetoFrontErrorMaximum Pareto front error metric.Classorg.moeaframework.coreMOEA
MetricFileReaderReader for metric files produced by MetricFileWriter.Classorg.moeaframework.analysisMOEA
MetricFileWriterWrites metric files.Classorg.moeaframework.analysisMOEA
MinThe node for calculating the minimum value of the two arguments.Classorg.moeaframework.utilMOEA
ModulusThe node for calculating the modulus, or remainder, of two numbers.Classorg.moeaframework.utilMOEA
MOEAD decomposition.Classorg.moeaframeworkMOEA
MultiplyThe node for multiplying two numbers.Classorg.moeaframework.utilMOEA
MurataThe Murata problem.Classorg.moeaframework.problemMOEA
NegaterCommand line utility for negating objective values in result files.Classorg.moeaframework.analysisMOEA
NodeA node in an expression tree.Classorg.moeaframework.utilMOEA
NondominatedPopulationA population that maintains the property of pair-wise non-dominance between all solutions.Classorg.moeaframeworkMOEA
NondominatedSortingComparatorCompares two solutions using their rank and crowding distance.Classorg.moeaframework.coreMOEA
NondominatedSortingPopulationPopulation that maintains the rank and crowdingDistance attributes for its solutions by invokingClassorg.moeaframeworkMOEA
NOPThe node for defining an empty expression.Classorg.moeaframework.utilMOEA
NormalBoundaryIntersectionGeneratorGenerates weights using the Normal Boundary Intersection (NBI) method.Classorg.moeaframework.utilMOEA
NormalizedIndicatorClassorg.moeaframework.coreMOEA
NormalizerNormalizes populations so that all objectives reside in the range [0, 1].Classorg.moeaframework.coreMOEA
NotThe node for calculating the logical NOT of a boolean value.Classorg.moeaframework.utilMOEA
NSGAIIClassorg.moeaframeworkMOEA
NumberArithmeticProvides many arithmetic and trigonometric functions that operate on Numbers, performing any necessary implicit casting.Classorg.moeaframework.utilMOEA
ObayashiThe Obayashi problem.Classorg.moeaframework.problemMOEA
ObjectiveComparatorCompares two solutions using the value of a specific objective.Classorg.moeaframework.coreMOEA
ObservationStores an observed value and the group from which the observation belongs.Classorg.moeaframework.utilMOEA
OKA1Tatsuya Okabe's OKA1 test problem.Classorg.moeaframework.problemMOEA
OKA2Tatsuya Okabe's OKA2 test problem.Classorg.moeaframework.problemMOEA
OMOPSO According to [2], OMOPSO is one of the top-performing PSO algorithms.Classorg.moeaframework.algorithmMOEA
OnePointCrossoverOne-point or single-point crossover.Classorg.moeaframework.coreMOEA
OneWayANOVAThe Single-Factor Between-Subjects Analysis of Variance determines if (at least) two out of K >= 2 populations have differing means.Classorg.moeaframework.utilMOEA
OperatorFactoryFactory for creating and variation (e.Classorg.moeaframework.coreMOEA
OperatorProviderDefines an SPI for initializing different operators.Classorg.moeaframework.coreMOEA
OptionCompleterUtility for auto-completion, finding the closest matching unique option from a set of options.Classorg.moeaframeworkMOEA
OrThe node for calculating the logical OR of two boolean values.Classorg.moeaframework.utilMOEA
OrdinalStatisticalTestAbstract class for implementing ordinal (rank-based) statistical tests.Classorg.moeaframework.utilMOEA
OsyczkaThe Osyczka problem.Classorg.moeaframework.problemMOEA
Osyczka2The Osyczka (2) problem.Classorg.moeaframework.problemMOEA
OutputWriterWrites output files.Interfaceorg.moeaframework.analysisMOEA
PAES uses an adaptive grid archive to maintain a diverse set of solutions.Classorg.moeaframeworkMOEA
PaintHelperHelper class for maintaining a mapping from series in a plot to their assigned paint.Classorg.moeaframework.analysisMOEA
ParameterDefines a parameter.Classorg.moeaframework.analysisMOEA
ParameterFileLoads the parameters in a parameter file.Classorg.moeaframework.analysisMOEA
ParetoConstraintComparatorCompares solutions based on the Pareto efficiency of their constraints.Classorg.moeaframework.coreMOEA
ParetoDominanceComparatorCompares two solutions using aggregate constraint violation and the Pareto dominance relation as originally proposed by Kalyanmoy Deb.Classorg.moeaframework.coreMOEA
ParetoObjectiveComparatorCompares two solutions using the Pareto dominance relation on the objectives.Classorg.moeaframework.coreMOEA
ParserParses simple context-free grammars in Backus-Naur form (BNF).Classorg.moeaframework.utilMOEA
PCXParent-centric crossover (PCX) operator.Classorg.moeaframework.core.operatorMOEA
PeriodicActionDecorates an algorithm to perform some action periodically throughout the execution of the algorithm.Classorg.moeaframeworkMOEA
PeriodicAction .FrequencyTypeDefines the type of frequency.Classorg.moeaframeworkMOEA
PermutationDecision variable for permutations.Classorg.moeaframework.coreMOEA
PESA2 Corne, D.Classorg.moeaframeworkMOEA
PISAAlgorithmAlgorithm for interfacing with an external PISA selector.Classorg.moeaframework.algorithmMOEA
PISAAlgorithmsAlgorithm provider for PISA selectors.Classorg.moeaframework.algorithmMOEA
PlotProvides simple 2D plotting capabilities.Classorg.moeaframework.analysisMOEA
PMPolynomial mutation (PM) operator.Classorg.moeaframework.core.operatorMOEA
PMXPartially mapped crossover (PMX) operator.Classorg.moeaframework.core.operatorMOEA
PointMutationMutates a program by randomly selecting nodes in the expression tree and replacing the node with a new, compatible, randomly-selected node.Classorg.moeaframework.core.operatorMOEA
PoloniThe Poloni problem.Classorg.moeaframework.problemMOEA
PopulationA collection of solutions and common methods for manipulating the collection.Classorg.moeaframeworkMOEA
PopulationIOCollection of static methods for reading and writing populations to files.Classorg.moeaframeworkMOEA
PopulationSizeCollectorCollects the population size and archive size, if available, from an EvolutionaryAlgorithm.Classorg.moeaframework.analysisMOEA
PowerThe node for calculating the power of a base number and exponent.Classorg.moeaframework.utilMOEA
PRNGStatic methods for generating random or pseudo-random numbers.Classorg.moeaframeworkMOEA
ProblemInterface for defining optimization problems.Interfaceorg.moeaframeworkMOEA
ProblemExceptionAn exception that originated from a problem.Classorg.moeaframeworkMOEA
ProblemFactoryFactory for creating optimization problem instances and their corresponding reference sets, if known.Classorg.moeaframework.coreMOEA
ProblemProviderDefines an SPI for instantiation optimization problems.Classorg.moeaframework.coreMOEA
ProblemStubA problem stub with a defined number of objectives, but no decision variables or constraints.Classorg.moeaframework.analysisMOEA
ProductionA context-free grammar production.Classorg.moeaframework.utilMOEA
ProgramA decision variable for programs.Classorg.moeaframework.coreMOEA
ProgressEventA progress report, including the percent complete, elapsed time, and remaining time.Classorg.moeaframework.utilMOEA
ProgressHelperHelper for notifying ProgressListeners when the evaluation progress of an Executor changes.Classorg.moeaframework.utilMOEA
ProgressListenerInterfaceorg.moeaframework.utilMOEA
PropertiesProblemsProblem provider for problems enumerated in global.Classorg.moeaframeworkMOEA
ProviderNotFoundExceptionException indicating a provider was not found.Classorg.moeaframework.coreMOEA
QuagliarellaThe Quagliarella problem.Classorg.moeaframework.problemMOEA
QualityIndicatorEvaluates multiple indicators while avoiding repetitive computations.Classorg.moeaframework.coreMOEA
R1IndicatorComputes the R1 indicator.Classorg.moeaframework.coreMOEA
R2IndicatorComputes the R2 indicator.Classorg.moeaframework.coreMOEA
R3IndicatorComputes the R3 indicator.Classorg.moeaframework.coreMOEA
RandomGeneratorGenerates weights randomly.Classorg.moeaframework.utilMOEA
RandomInitializationInitializes all built-in decision variables randomly.Classorg.moeaframework.coreMOEA
RandomSearchRandom search implementation.Classorg.moeaframeworkMOEA
RankComparatorCompares solutions using their RANK_ATTRIBUTE value.Classorg.moeaframework.coreMOEA
RankedObservationAn observation with a rank.Classorg.moeaframework.utilMOEA
RealVariableDecision variable for real values.Classorg.moeaframework.coreMOEA
RedirectStreamRedirects all content received by an InputStream to an OutputStream.Classorg.moeaframework.utilMOEA
ReferencePointNondominatedSortingPopulation for NSGA-III.Classorg.moeaframeworkMOEA
ReferenceSetMergerUtility for merging two or more populations identified by unique sources and determining the contribution of each source to the combined non-dominatedClassorg.moeaframeworkMOEA
Rendon Connected Pareto set Convex Pareto frontClassorg.moeaframework.problemMOEA
Rendon2The Rendon (2) problem.Classorg.moeaframework.problemMOEA
RestartEventAn event emitted by AdaptiveTimeContinuation indicating a time continuation (restart) event has occurred.Classorg.moeaframeworkMOEA
RestartListenerThe listener interface for receiving time continuation (restart) events.Interfaceorg.moeaframeworkMOEA
RestartTypeEnumeration of different restart types during adaptive time continuation.Classorg.moeaframeworkMOEA
ResultEntryAn entry in a result file.Classorg.moeaframework.analysisMOEA
ResultFileEvaluatorCommand line utility for evaluating the approximation sets stored in a result file and computing its metric file.Classorg.moeaframework.analysisMOEA
ResultFileInfoCommand line utility for counting the number of entries in a result file.Classorg.moeaframework.analysisMOEA
ResultFileMergerClassorg.moeaframework.analysisMOEA
ResultFileReaderReads result files created by ResultFileWriter.Classorg.moeaframework.analysisMOEA
ResultFileSeedMergerCommand line utility for merging the approximation sets in one or more result files across the seeds.Classorg.moeaframework.analysisMOEA
ResultFileWriterWrites result files.Classorg.moeaframework.analysisMOEA
ResultKeyThe key for a result entry, allowing distinct algorithm and problem pairingsSee Also:Serialized FormClassorg.moeaframework.analysisMOEA
ResultPlotAbstract Swing component for displaying results.Classorg.moeaframework.analysisMOEA
RIndicatorAbstract class for implementing R indicator functions.Classorg.moeaframework.coreMOEA
RIndicator .ChebychevUtilityChebychev (also referred to as Tchebycheff) utility function.Classorg.moeaframework.coreMOEA
RIndicator .LinearWeightedSumUtilityUtility computed as the sum of the weighted objective values.Classorg.moeaframework.coreMOEA
RIndicator .UtilityFunction assume the solutions have been normalized.Interfaceorg.moeaframework.coreMOEA
RotatedProblemDecorator to create rotated instances of test problems.Classorg.moeaframeworkMOEA
RotatedProblemsProblem provider for rotated problems.Classorg.moeaframeworkMOEA
RotationMatrixBuilderBuilds rotation matrices of any dimension constructively from one or more 2D planar rotations.Classorg.moeaframeworkMOEA
RoundThe node for rounding a number to the nearest integer.Classorg.moeaframework.utilMOEA
RuleA context-free grammar rule.Classorg.moeaframework.utilMOEA
RulesThe rules defining the program syntax.Classorg.moeaframework.utilMOEA
SaltelliExtension of Sobol's sequence for generating the samples for Saltelli's version of Sobol' global variance decomposition.Classorg.moeaframework.utilMOEA
SampleGeneratorClassorg.moeaframework.analysisMOEA
SampleReaderReads the parameter samples from the output of SampleGenerator.Classorg.moeaframework.analysisMOEA
SBXSimulated binary crossover (SBX) operator.Classorg.moeaframework.core.operatorMOEA
SchafferThe Schaffer problem.Classorg.moeaframework.problemMOEA
Schaffer2The Schaffer (2) problem.Classorg.moeaframework.problemMOEA
ScriptedProblemPermits interfacing with problems implemented by one of the many scripting languages supported by the Java Scripting APIs.Classorg.moeaframeworkMOEA
SelectionInterface for selection operators.Interfaceorg.moeaframeworkMOEA
SequenceInterface for generating a sequence of real numbers.Interfaceorg.moeaframework.utilMOEA
SequenceThe node for executing two or more expressions in sequence.Classorg.moeaframework.utilMOEA
SetThe node for assigning the value of a named variable within the current scope.Classorg.moeaframework.utilMOEA
SetContributionCommand line utility for reporting the number of solutions in a set that are contained within a reference set.Classorg.moeaframework.analysisMOEA
SetGeneratorCommand line utility for generating reference sets for a given problem.Classorg.moeaframework.analysisMOEA
SetHypervolumeCommand line utility for calculating the hypervolume of approximation sets.Classorg.moeaframework.analysisMOEA
SettingsGlobal settings used by this framework.Classorg.moeaframeworkMOEA
SignThe node for calculating the sign of a number.Classorg.moeaframework.utilMOEA
SimpleStatisticsCommand line utility for computing statistics across multiple data files.Classorg.moeaframework.analysisMOEA
SinThe node for calculating the trigonometric sine of an angle specified in radians.Classorg.moeaframework.utilMOEA
SingleSampleTTestThe Single-Sample t test determines if the population's mean equals some Null Hypothesis: The population's mean equals X.Classorg.moeaframework.utilMOEA
SinhThe node for calculating the hyperbolic sine of a number.Classorg.moeaframework.utilMOEA
SMPSO Nebro, A.Classorg.moeaframework.algorithmMOEA
SMSEMOA also known as the hypervolume indicator.Classorg.moeaframeworkMOEA
SobolGenerates sequences using the Sobol' low-discrepancy sequence generator.Classorg.moeaframework.utilMOEA
SobolAnalysisGlobal sensitivity analysis of blackbox model output using Saltelli's improved Sobol' global variance decomposition procedure.Classorg.moeaframework.analysisMOEA
SolutionA solution to an optimization problem, storing the decision variables, objectives, constraints and attributes.Classorg.moeaframeworkMOEA
SolveCommand line utility for solving an optimization problem using any of the supported optimization algorithms.Classorg.moeaframework.analysisMOEA
SortedListModelA sorted ListModel which stores only unique entries.Classorg.moeaframework.analysisMOEA
SpacingSpacing metric.Classorg.moeaframework.coreMOEA
SPEA2 uses a novel strength-based measure of fitness for handling multiple Note: First, there is a naming difference between this implementation andClassorg.moeaframeworkMOEA
SPEA2 .MutableDistanceMapMapping of pair-wise distances between points.Classorg.moeaframeworkMOEA
SPXSimplex crossover (SPX) operator.Classorg.moeaframework.core.operatorMOEA
SquareThe node for calculating the square of a number.Classorg.moeaframework.utilMOEA
SquareRootThe node for calculating the square root of a number.Classorg.moeaframework.utilMOEA
SrinivasThe Srinivas problem.Classorg.moeaframework.problemMOEA
StandardAlgorithmsA provider of standard algorithms.Classorg.moeaframeworkMOEA
StandardOperatorsDefault provider of operators.Classorg.moeaframework.coreMOEA
StandardProblemsProvides a standard set of test problems.Classorg.moeaframeworkMOEA
StateReads and writes PISA state files.Classorg.moeaframework.algorithmMOEA
StatisticalResultsViewerWindow for displaying statistical results.Classorg.moeaframework.analysisMOEA
StatisticalTestInterface for statistical hypothesis testing methods.Interfaceorg.moeaframework.utilMOEA
SubtractThe node for subtracting two numbers.Classorg.moeaframework.utilMOEA
SubtreeCrossoverExchanges a randomly-selected subtree from one program with a compatible, randomly-selected subtree from another program.Classorg.moeaframework.core.operatorMOEA
SwapSwap mutation operator.Classorg.moeaframework.core.operatorMOEA
SymbolA context-free grammar symbol.Classorg.moeaframework.utilMOEA
Tamaki Connected and curved Pareto set Curved Pareto frontClassorg.moeaframework.problemMOEA
TanThe node for calculating the trigonometric tangent of an angle specified in radians.Classorg.moeaframework.utilMOEA
Tanaka Connected Pareto set Disconnected and convoluted Pareto frontClassorg.moeaframework.problemMOEA
TanhThe node for calculating the hyperbolic tangent of a number.Classorg.moeaframework.utilMOEA
TimingTool to simplify manually collecting timing information.Classorg.moeaframeworkMOEA
TimingProblemDecorates a problem to collect objective function evaluation timing data.Classorg.moeaframeworkMOEA
TournamentSelectionDeterministic tournament selection operator.Classorg.moeaframework.coreMOEA
TruncateThe node for truncating, or bounding, a number within a range.Classorg.moeaframework.utilMOEA
TwoPointCrossoverTwo-point crossover.Classorg.moeaframework.coreMOEA
TwoSampleTTestThe Two-Sample t test determines if the mean of two populations are different.Classorg.moeaframework.utilMOEA
TypedPropertiesWrapper for Properties providing getters for reading specific primitive types.Classorg.moeaframeworkMOEA
UF1Classorg.moeaframework.problemMOEA
UF10Classorg.moeaframework.problemMOEA
UF11Classorg.moeaframework.problemMOEA
UF12Classorg.moeaframework.problemMOEA
UF13Classorg.moeaframework.problemMOEA
UF2Classorg.moeaframework.problemMOEA
UF3Classorg.moeaframework.problemMOEA
UF4Classorg.moeaframework.problemMOEA
UF5Classorg.moeaframework.problemMOEA
UF6Classorg.moeaframework.problemMOEA
UF7Classorg.moeaframework.problemMOEA
UF8Classorg.moeaframework.problemMOEA
UF9Classorg.moeaframework.problemMOEA
UMUniform mutation (UM) operator.Classorg.moeaframework.core.operatorMOEA
UNDXUnimodal Normal Distribution Crossover (UNDX) operator.Classorg.moeaframework.core.operatorMOEA
UniformGenerates sequences using a uniform random distribution.Classorg.moeaframework.utilMOEA
UniformCrossoverCrossover operator where each index is swapped with a specified probability.Classorg.moeaframework.coreMOEA
UniformDesignGeneratorGenerates weights according to a uniform design of mixtures using the Hammersley low-discrepancy sequence generator.Classorg.moeaframework.utilMOEA
UniformSelectionUniform selection operator.Classorg.moeaframework.coreMOEA
ValidationExceptionException indicating a file could not be validated.Classorg.moeaframework.utilMOEA
VariableInterface for decision variables.Interfaceorg.moeaframeworkMOEA
VariationInterface for variation operators.Interfaceorg.moeaframeworkMOEA
VectorMathematical operators for manipulating vectors (double arrays).Classorg.moeaframeworkMOEA
VEGA be avoided in practice, since many modern algorithms outperform it and exhibit better convergence properties, but is included due to its historicalClassorg.moeaframeworkMOEA
ViennetThe Viennet problem.Classorg.moeaframework.problemMOEA
Viennet2The Viennet (2) problem.Classorg.moeaframework.problemMOEA
Viennet3The Viennet (3) problem.Classorg.moeaframework.problemMOEA
Viennet4The Viennet (4) problem.Classorg.moeaframework.problemMOEA
WeightGeneratorInterface for generating a sequence of weights.Interfaceorg.moeaframework.utilMOEA
WFGClassorg.moeaframework.problemMOEA
WFG1The WFG1 test problem.Classorg.moeaframework.problemMOEA
WFG2The WFG2 test problem.Classorg.moeaframework.problemMOEA
WFG3The WFG3 test problem.Classorg.moeaframework.problemMOEA
WFG4The WFG4 test problem.Classorg.moeaframework.problemMOEA
WFG5The WFG5 test problem.Classorg.moeaframework.problemMOEA
WFG6The WFG6 test problem.Classorg.moeaframework.problemMOEA
WFG7The WFG7 test problem.Classorg.moeaframework.problemMOEA
WFG8The WFG8 test problem.Classorg.moeaframework.problemMOEA
WFG9The WFG9 test problem.Classorg.moeaframework.problemMOEA
WhileThe node for repeatedly executing an expression while a condition, a boolean expression, remains true.Classorg.moeaframework.utilMOEA
WilcoxonSignedRanksTestThe Wilcoxon Signed-Ranks test determines if the population median is equal to a specified value.Classorg.moeaframework.utilMOEA
ZDTClassorg.moeaframework.problemMOEA
ZDT1The ZDT1 test problem.Classorg.moeaframework.problemMOEA
ZDT2The ZDT2 test problem.Classorg.moeaframework.problemMOEA
ZDT3The ZDT3 test problem.Classorg.moeaframework.problemMOEA
ZDT4The ZDT4 test problem.Classorg.moeaframework.problemMOEA
ZDT5The ZDT5 test problem.Classorg.moeaframework.problemMOEA
ZDT6The ZDT6 test problem.Classorg.moeaframework.problemMOEA