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/gadget/optinfohooke.cc
[mareframe] / trunk / gadget / optinfohooke.cc Repository:
ViewVC logotype

Diff of /trunk/gadget/optinfohooke.cc

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

revision 19, Wed May 25 16:36:33 2016 UTC revision 20, Fri Apr 7 09:20:55 2017 UTC
# Line 13  Line 13 
13    handle.logMessage(LOGMESSAGE, "Reading Hooke & Jeeves optimisation parameters");    handle.logMessage(LOGMESSAGE, "Reading Hooke & Jeeves optimisation parameters");
14    
15    int count = 0;    int count = 0;
16    while (!infile.eof() && strcasecmp(text, "[simann]") && strcasecmp(text, "[hooke]") && strcasecmp(text, "[bfgs]")) {    while (!infile.eof() && strcasecmp(text,"[pso]")  && strcasecmp(text, "[simann]") && strcasecmp(text, "[hooke]") && strcasecmp(text, "[bfgs]")) {
17      infile >> ws;      infile >> ws;
18      if (strcasecmp(text, "seed") == 0) {      if (strcasecmp(text, "seed") == 0) {
19        int seed = 0;        int seed = 0;

Legend:
Removed from v.19  
changed lines
  Added in v.20

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

Powered By FusionForge