Package org.moeaframework.core.operator.real
package org.moeaframework.core.operator.real
Collection of operators for real-encoded variables.
-
ClassDescriptionThe adaptive metropolis (AM) operator.Differential evolution (DE) variation operator.Abstract class for operators that can take a variable number of parents and produce a variable number of offspring.Parent-centric crossover (PCX) operator.Polynomial mutation (PM) operator.Simulated binary crossover (SBX) operator.Simplex crossover (SPX) operator.Uniform mutation (UM) operator.Unimodal Normal Distribution Crossover (UNDX) operator.