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

Diff of /trunk/gadget/bfgs.cc

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

revision 1, Mon Feb 10 17:09:07 2014 UTC revision 20, Fri Apr 7 09:20:55 2017 UTC
# Line 291  Line 291 
291      }      }
292    }    }
293  }  }
294    
295    /* bfgs isn't optimized with OpenMP, this method only call the sequential method*/
296    #ifdef _OPENMP
297    //#ifdef SPECULATIVE
298    void OptInfoBFGS::OptimiseLikelihoodOMP() {
299            OptimiseLikelihood();
300    }
301    void OptInfoBFGS::OptimiseLikelihoodREP() {
302            OptimiseLikelihood();
303    }
304    #endif

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

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

Powered By FusionForge