Package org.moeaframework.algorithm.extension
package org.moeaframework.algorithm.extension
-
ClassDescriptionAlgorithmWrapper<T extends Algorithm>Wrapper for an algorithm.Extension that invokes a callback function every iteration.Adds checkpoint functionality to an algorithm where the state is periodically recorded in a state file.Interface for algorithms that support extensibility.Extensions are a flexible alternative to wrappers when extending or augmenting the functionality of an algorithm.Defines the type of frequency.Extension that logs information about the execution, including the current NFE and elapsed time.An extension that performs an action at a fixed frequency, specified by its
FrequencyType
.Extends an algorithm to record the approximation sets at periodic intervals.