Interface | Description |
---|---|
AnnealingFunction |
An annealing function or a tempered proposal function gives the next proposal/state from the
current state and temperature.
|
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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.