Changes between Version 59 and Version 60 of Orio


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v59 v60  
    225225|| '''Search technique''' || '''Keyword''' || '''Algorithm-specific argument''' || '''Default value''' || '''Argument description''' || 
    226226|| ''Exhaustive'' || '`Exhaustive`' || - || - || - || 
    227 || ''Random'' || '`Random`' || `local_distance` || 0 || the maximum distance of neighboring coordinates considered by the local search || 
     227|| ''Random'' || '`Random`' || `local_distance` || 0 || * the maximum distance of neighboring coordinates considered by the local search || 
    228228|| ''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 
    229229|| ''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