Changes

Jump to navigation Jump to search
no edit summary
Line 5: Line 5:     
==Cooling Schedule Information==
 
==Cooling Schedule Information==
The three cooling schedules featured in the ParSA Library are the SA_EasyScheduler, the SA_AartsScheduler and the SA_MIRScheduler.  Each of these rely on different principles who's aim is to find the best solution in the least amount of time.  The SA_EasyScheduler relies on many user set parameters that include the initial temperature, the initial chain length for temperature (equilibrium), the decrement factor, and the frozen factor.  Cite the turkish paper here with concurrence for large problems and a constant cooling factor.  Difficulty of determiing starting temperature difficult tho.The SA_Aarts Scheduler requires that the user set three parameters, epsilon, delta and omega that govern the temperature scheduling process.  epsilon is the the frozen parameter.  omega is the smoothing parameter.  delta is the distance factor, which shows up in the temperature decrement calculator.  its rough dependence is given in the graph at the left. The MIR scheduler, which stands for Multiple Independent runs is based off of the idea that runs of shorter chain lengths linked together will find a more accurate solution than one sequential run of the same lenght.  the reason that this provides a more accurate search is that the search can span a larger area in the search space.  Thus, with more space covered the the solution given is more likely to be closer to the global optimum.
+
The three cooling schedules featured in the ParSA Library are the SA_EasyScheduler, the SA_AartsScheduler and the SA_MIRScheduler.  Each of these rely on different principles who's aim is to find the best solution in the least amount of time.  The SA_EasyScheduler relies on many user set parameters that include the initial temperature, the initial chain length for temperature (equilibrium), the decrement factor, and the frozen factor.  Cite the turkish paper here with concurrence for large problems and a constant cooling factor.  Difficulty of determiing starting temperature difficult tho.The SA_Aarts Scheduler requires that the user set three parameters, epsilon, delta and omega that govern the temperature scheduling process.  epsilon is the the frozen parameter.  omega is the smoothing parameter.  delta is the distance factor, which shows up in the temperature decrement calculator.  its rough dependence is given in the graph at the left. [[Image:Temp_delta.bmp|thumb|A rough portrayal of the dependence of the next temperature step as a function of the delta parameter and the previous temperature's value]] The MIR scheduler, which stands for Multiple Independent runs is based off of the idea that runs of shorter chain lengths linked together will find a more accurate solution than one sequential run of the same lenght.  the reason that this provides a more accurate search is that the search can span a larger area in the search space.  Thus, with more space covered the the solution given is more likely to be closer to the global optimum.
    
==Size of the problem==
 
==Size of the problem==
1,359

edits

Navigation menu