Description: Procedure TSPSA: begin init-of-T (T as the initial temperature) S = (1, ... ..., n) (S for the initial value) termination = false while termination = false begin for i = 1 to L do begin generate (S form S) (from the current S-loop circuit to generate new S ) Δt: = f (S ))-f (S) (f (S) for the path length) IF (Δt <0) OR (EXP (-Δt/T)> Random-of-[0,1]) S = S IF the-halt-condition-is-TRUE THEN termination = true End T_lower End End
To Search:
File list (Check if you may need any files):