altbacken.core.annealing

Classes

AnnealingState(iteration, temperature, ...)

Represents the state of the simulated annealing process.

SimulatedAnnealing(fitness, temperature, ...)

SimulatedAnnealing class represents the simulated annealing optimization algorithm.

StopCondition(*args, **kwargs)

Protocol that defines a stop condition for an annealing process.