Research Article

An Improved Cuckoo Search Optimization Algorithm for the Problem of Chaotic Systems Parameter Estimation

Algorithm 3

Simulated annealing algorithm.
Begin
(1) Given a configuration of the elements of the system, randomly displace the elements on a time,
   by a small amount and calculate the resulting change in the energy,
(2) If  
    Then accept the displacement and use the resulting configuration as the starting point for the next iteration
    Else
    Accept the displacement with probability where is the current temperature and
     is Boltzmann’s constant
(3) Repetition of this step continues until equilibrium is achieved
End