Changes between Version 58 and Version 59 of Orio


Ignore:
Timestamp:
06/13/08 10:08:00 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v58 v59  
    226226|| ''Exhaustive'' || '`Exhaustive`' || - || - || - || 
    227227|| ''Random'' || '`Random`' || `local_distance` || 0 || the maximum distance of neighboring coordinates considered by the local search || 
    228 || ''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 
    229 || ''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 
     228|| ''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 
     229|| ''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 
    230230 
    231231== Developer Guide ==