Changes between Version 52 and Version 53 of Orio


Ignore:
Timestamp:
06/13/08 02:09:26 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v52 v53  
    222222|| ''Exhaustive'' || '`Exhaustive`' || - || - || 
    223223|| ''Random'' || '`Random`' || `local_distance` || 0 || the maximum distance of neighboring coordinates considered by the local search || 
    224 || ''Nelder-Mead simplex'' || '`Simplex`' || `local_distance` [[BR]] `reflection_coef` [[BR]] `expansion_coef` [[BR]] `contraction_coef` [[BR]] `shrinkage_coef` || 0 [[BR]] 1.0 [[BR]] 2.0 [[BR]] 0.5 [[BR]] 0.5 || the maximum distance of neighboring coordinates considered by the local search [[BR]] 
    225 || ''Simulated annealing'' || '`Annealing`' || `local_distance` [[BR]] `cooling_factor` [[BR]] `final_temperature_ratio` [[BR]] `trials_limit` [[BR]] `moves_limit` || 0 [[BR]] 0.95 [[BR]] 0.05 [[BR]] 100 [[BR]] 20 || the maximum distance of neighboring coordinates considered by the local search [[BR]] the temperature reduction factor [[BR]] the percentage of the temperature used as a termination criterion 
    226  
    227 (i.e. ) 
     224|| ''Nelder-Mead simplex'' || '`Simplex`' || `local_distance` [[BR]] `reflection_coef` [[BR]] `expansion_coef` [[BR]] `contraction_coef` [[BR]] `shrinkage_coef` || 0 [[BR]] 1.0 [[BR]] 2.0 [[BR]] 0.5 [[BR]] 0.5 || the maximum distance of neighboring coordinates considered by the local search [[BR]] the amplitude/intensity of the reflection move [[BR]] the amplitude/intensity of the expansion move [[BR]] the amplitude/intensity of the contraction move [[BR]] the amplitude/intensity of the shrinkage move 
     225|| ''Simulated annealing'' || '`Annealing`' || `local_distance` [[BR]] `cooling_factor` [[BR]] `final_temperature_ratio` [[BR]] `trials_limit` [[BR]] `moves_limit` || 0 [[BR]] 0.95 [[BR]] 0.05 [[BR]] 100 [[BR]] 20 || the maximum distance of neighboring coordinates considered by the local search [[BR]] the temperature reduction factor [[BR]] the percentage of the termination temperature [[BR]] the maximum limit of numbers of search trials at each temperature [[BR]] the maximum limit of numbers of successful search moves at each temperature 
    228226 
    229227== Developer Guide ==