Class SimulatedAnnealing

  • All Implemented Interfaces:
    Optimizer

    public class SimulatedAnnealing
    extends AbstractOptimizer
    The SimulatedAnnealing is a standard implementation of the optimization heuristic. This heuristic optimizes a single objective (multi-objective problems are optimized by the sum of all objectives).