Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.moeaframework.core Classes and Interfaces - 81 results found.
NameDescriptionTypePackageFramework
AdaptiveMetropolisThe adaptive metropolis (AM) operator.Classorg.moeaframework.core.operatorMOEA
AdaptiveMultimethodVariationAuto-adaptive multi-method recombination operator.Classorg.moeaframework.coreMOEA
AdditiveEpsilonIndicatorClassorg.moeaframework.coreMOEA
AdditiveEpsilonIndicatorFitnessEvaluatorClassorg.moeaframework.coreMOEA
AggregateConstraintComparatorCompares solutions based on their magnitude of constraint violations.Classorg.moeaframework.coreMOEA
AlgorithmFactoryFactory for creating algorithm instances.Classorg.moeaframework.coreMOEA
AlgorithmProviderDefines an SPI for algorithms.Classorg.moeaframework.coreMOEA
BinaryIntegerVariableDecision variable for integers encoded as a binary string.Classorg.moeaframework.coreMOEA
BinaryVariableDecision variable for binary strings.Classorg.moeaframework.coreMOEA
BitFlipBit flip mutation operator.Classorg.moeaframework.core.operatorMOEA
ChainedComparatorApplies any number of comparators in succession, returning the result from the first comparator producing a non-zero return value.Classorg.moeaframework.coreMOEA
CompoundVariationConstruct a variation operator applying one or more variations sequentially.Classorg.moeaframework.coreMOEA
ContributionMeasures the contribution of the approximation set to the reference set.Classorg.moeaframework.coreMOEA
CrowdingComparatorCompares solutions using their crowding distance.Classorg.moeaframework.coreMOEA
CrowdingDistanceFitnessEvaluatorClassorg.moeaframework.coreMOEA
DifferentialEvolutionDifferential evolution (DE) variation operator.Classorg.moeaframework.core.operatorMOEA
DifferentialEvolutionSelectionSelection operator to be used in conjunction with the DifferentialEvolution operator.Classorg.moeaframework.core.operatorMOEA
DominanceComparatorInterface for comparing two solutions using a dominance relation.Interfaceorg.moeaframework.coreMOEA
EncodingUtilsHelper methods for working with various decision variable types and encodings.Classorg.moeaframework.coreMOEA
EpsilonBoxDominanceComparatorClassorg.moeaframework.coreMOEA
EpsilonBoxObjectiveComparatorClassorg.moeaframework.coreMOEA
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
GAVariationOperator for applying a crossover and mutation operation in succession.Classorg.moeaframework.coreMOEA
GenerationalDistanceGenerational distance indicator.Classorg.moeaframework.coreMOEA
GrammarDecision variable for grammars.Classorg.moeaframework.coreMOEA
GrammarCrossoverSingle-point crossover for grammars.Classorg.moeaframework.core.operatorMOEA
GrammarMutationUniform mutation for grammars.Classorg.moeaframework.core.operatorMOEA
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
IndicatorFitnessEvaluatorAbstract class for assigning fitnesses based on an indicator.Classorg.moeaframework.coreMOEA
IndicatorUtilsCollection of methods shared by indicators.Classorg.moeaframework.coreMOEA
InjectedInitializationInitialization method that injects pre-defined solutions into the initial population.Classorg.moeaframework.coreMOEA
InsertionInsertion mutation operator.Classorg.moeaframework.core.operatorMOEA
InvertedGenerationalDistanceInverted generational distance indicator.Classorg.moeaframework.coreMOEA
LexicographicalComparatorCompares solutions lexicographically.Classorg.moeaframework.coreMOEA
MaximumParetoFrontErrorMaximum Pareto front error metric.Classorg.moeaframework.coreMOEA
NondominatedSortingComparatorCompares two solutions using their rank and crowding distance.Classorg.moeaframework.coreMOEA
NormalizedIndicatorClassorg.moeaframework.coreMOEA
NormalizerNormalizes populations so that all objectives reside in the range [0, 1].Classorg.moeaframework.coreMOEA
ObjectiveComparatorCompares two solutions using the value of a specific objective.Classorg.moeaframework.coreMOEA
OnePointCrossoverOne-point or single-point crossover.Classorg.moeaframework.coreMOEA
OperatorFactoryFactory for creating and variation (e.Classorg.moeaframework.coreMOEA
OperatorProviderDefines an SPI for initializing different operators.Classorg.moeaframework.coreMOEA
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
PCXParent-centric crossover (PCX) operator.Classorg.moeaframework.core.operatorMOEA
PermutationDecision variable for permutations.Classorg.moeaframework.coreMOEA
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
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
ProgramA decision variable for programs.Classorg.moeaframework.coreMOEA
ProviderNotFoundExceptionException indicating a provider was not found.Classorg.moeaframework.coreMOEA
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
RandomInitializationInitializes all built-in decision variables randomly.Classorg.moeaframework.coreMOEA
RankComparatorCompares solutions using their RANK_ATTRIBUTE value.Classorg.moeaframework.coreMOEA
RealVariableDecision variable for real values.Classorg.moeaframework.coreMOEA
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
SBXSimulated binary crossover (SBX) operator.Classorg.moeaframework.core.operatorMOEA
SpacingSpacing metric.Classorg.moeaframework.coreMOEA
SPXSimplex crossover (SPX) operator.Classorg.moeaframework.core.operatorMOEA
StandardOperatorsDefault provider of operators.Classorg.moeaframework.coreMOEA
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
TournamentSelectionDeterministic tournament selection operator.Classorg.moeaframework.coreMOEA
TwoPointCrossoverTwo-point crossover.Classorg.moeaframework.coreMOEA
UMUniform mutation (UM) operator.Classorg.moeaframework.core.operatorMOEA
UNDXUnimodal Normal Distribution Crossover (UNDX) operator.Classorg.moeaframework.core.operatorMOEA
UniformCrossoverCrossover operator where each index is swapped with a specified probability.Classorg.moeaframework.coreMOEA
UniformSelectionUniform selection operator.Classorg.moeaframework.coreMOEA