Package org.moeaframework.algorithm.single
package org.moeaframework.algorithm.single
Implementations of various single-objective optimization algorithms. This includes the Repeated Single Objective
(RSO) algorithm, which runs many different single-objective algorithms with different weight vectors.
-
ClassDescriptionSingle-objective differential evolution (DE) algorithm.Single-objective
(mu + lambda)
evolution strategy (ES) algorithm.Single-objective genetic algorithm (GA) implementation with elitism.Instantiates and runs several instances of a single objective algorithm.Implementation of single-objective simulated annealing.Abstract class for building single-objective evolutionary algorithms.