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] View of /trunk/paramin-beta/lineseeker.h
[mareframe] / trunk / paramin-beta / lineseeker.h Repository:
ViewVC logotype

View of /trunk/paramin-beta/lineseeker.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (annotate)
Mon Feb 10 17:09:07 2014 UTC (10 years, 4 months ago) by agomez
File size: 413 byte(s)
Initial version based on Gadget 2.2.00
#ifndef lineseeker_h
#define lineseeker_h

#include "linesearch.h"

class LineSeeker : public LineSearch {
private:
  NetInterface* net;
public:
  LineSeeker();
  virtual ~LineSeeker();
  int doLineseek(const DoubleVector& xold, const DoubleVector& xnew, double fnew, NetInterface* netI);
  int outstandingRequests();
  double getAlpha() { return 0.0;};
  int computeConditionFunction() { return 0; };
};

#endif

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

Powered By FusionForge