Parent Command
>>> ANNEAL
Subcommand
-
Description
This command defines the annealing schedule for Simulated Annealing minimization.
The annealing schedule is a function describing the temperature reduction (and thus the
probability of accepting an uphill step, see command

where k is the iteration index, and tau0 is the initial temperature specified by command

where K is the maximum number of iterations (see command
Example
> COMPUTATION
>> OPTION
>>> Simulated ANNEALing
>>>> total number of ITERATIONS: 200
>>>> initial TEMPERATURE: -0.05
>>>> update after: 100 STEPS
>>>> annealing SCHEDULE: 0.95
<<<<
<<<
<<
See Also