Package dev.nm.solver.multivariate.unconstrained.annealing.annealingfunction
-
Interface Summary Interface Description AnnealingFunction An annealing function or a tempered proposal function gives the next proposal/state from the current state and temperature. -
Class Summary Class Description BoltzAnnealingFunction Matlab: @annealingboltz - The step has length square root of temperature, with direction uniformly at random.BoxGSAAnnealingFunction FastAnnealingFunction Matlab default: @annealingfast - The step has length temperature, with direction uniformly at random.GSAAnnealingFunction The GSA proposal/annealing function.SimpleAnnealingFunction This annealing function takes a random step in a uniform direction, where the step size depends only on the temperature.