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 |