Changes between Version 53 and Version 54 of Orio
- Timestamp:
- 06/13/08 02:17:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Orio
v53 v54 219 219 The following table lists information about the search techniques implemented in the Orio's search engine. 220 220 221 || '''Search technique''' || '''Keyword''' || '''Algorithm-specific argument s''' || '''Default values''' || '''Argument description''' ||222 || ''Exhaustive'' || '`Exhaustive`' || - || - || 221 || '''Search technique''' || '''Keyword''' || '''Algorithm-specific argument''' || '''Default value''' || '''Argument description''' || 222 || ''Exhaustive'' || '`Exhaustive`' || - || - || - || 223 223 || ''Random'' || '`Random`' || `local_distance` || 0 || the maximum distance of neighboring coordinates considered by the local search || 224 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