Changes between Version 78 and Version 79 of Orio


Ignore:
Timestamp:
06/15/08 14:41:43 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v78 v79  
    208208 arg total_runs = 10; 
    209209 arg simplex_local_distance = 2; 
    210  arg simplex_reflection_coef = 1.0; 
    211  arg simplex_expansion_coef = 1.5; 
    212  arg simplex_contraction_coef = 0.5; 
     210 arg simplex_reflection_coef = 1.5; 
     211 arg simplex_expansion_coef = 2.5; 
     212 arg simplex_contraction_coef = 0.6; 
    213213 arg simplex_shrinkage_coef = 0.7; 
    214214}