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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download)

1 : agomez 1 #ifndef lineseeker_h
2 :     #define lineseeker_h
3 :    
4 :     #include "linesearch.h"
5 :    
6 :     class LineSeeker : public LineSearch {
7 :     private:
8 :     NetInterface* net;
9 :     public:
10 :     LineSeeker();
11 :     virtual ~LineSeeker();
12 :     int doLineseek(const DoubleVector& xold, const DoubleVector& xnew, double fnew, NetInterface* netI);
13 :     int outstandingRequests();
14 :     double getAlpha() { return 0.0;};
15 :     int computeConditionFunction() { return 0; };
16 :     };
17 :    
18 :     #endif

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

Powered By FusionForge