Changes between Version 53 and Version 54 of Orio


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v53 v54  
    219219The following table lists information about the search techniques implemented in the Orio's search engine. 
    220220 
    221 || '''Search technique''' || '''Keyword''' || '''Algorithm-specific arguments''' || '''Default values''' || '''Argument description''' || 
    222 || ''Exhaustive'' || '`Exhaustive`' || - || - || 
     221|| '''Search technique''' || '''Keyword''' || '''Algorithm-specific argument''' || '''Default value''' || '''Argument description''' || 
     222|| ''Exhaustive'' || '`Exhaustive`' || - || - || - || 
    223223|| ''Random'' || '`Random`' || `local_distance` || 0 || the maximum distance of neighboring coordinates considered by the local search || 
    224224|| ''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