Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadgetMerluza2015/model/optinfo.long
[mareframe] / trunk / gadgetMerluza2015 / model / optinfo.long Repository:
ViewVC logotype

Diff of /trunk/gadgetMerluza2015/model/optinfo.long

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23, Mon Apr 17 11:28:42 2017 UTC revision 24, Wed Apr 26 09:06:03 2017 UTC
# Line 2  Line 2 
2  ; options for the Simulated Annealing optimisation  ; options for the Simulated Annealing optimisation
3  ;  ;
4  [simann]  [simann]
5  simanniter 30000  ; number of simulated annealing iterations (default 2000)  simanniter 100000  ; number of simulated annealing iterations (default 2000)
6  simanneps  1e-04 ; minimum epsilon, simann halt criteria (default 1e-04)  simanneps  1e-09 ; minimum epsilon, simann halt criteria (default 1e-04)
7  t          1000   ; simulated annealing temperature (default 100)  t          1000   ; simulated annealing temperature (default 100)
8  rt         0.85  ; temperature reduction factor (default 0.85)  rt         0.85  ; temperature reduction factor (default 0.85)
9  nt         2     ; number of loops before temperature adjusted (default 2)  nt         2     ; number of loops before temperature adjusted (default 2)
# Line 17  Line 17 
17  ; options for the Hooke & Jeeves optimisation  ; options for the Hooke & Jeeves optimisation
18  ;  ;
19  [hooke]  [hooke]
20  hookeiter  30000  ; number of hooke & jeeves iterations (default 1000)  hookeiter  100000  ; number of hooke & jeeves iterations (default 1000)
21  hookeeps   1e-04 ; minimum epsilon, hooke halt criteria (default 1e-04)  hookeeps   1e-09 ; minimum epsilon, hooke halt criteria (default 1e-04)
22  rho        0.5   ; initial value for the resizing multiplier (default 0.5)  rho        0.5   ; initial value for the resizing multiplier (default 0.5)
23  lambda     0     ; initial value for the step length (default 0)  lambda     0     ; initial value for the step length (default 0)
24  ;  ;

Legend:
Removed from v.23  
changed lines
  Added in v.24

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge