ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SteepestDescent.hpp
Revision: 1015
Committed: Tue Feb 3 22:54:52 2004 UTC (20 years, 5 months ago) by tim
File size: 345 byte(s)
Log Message:
NLModel0, NLModel1 pass uit test

File Contents

# Content
1 #ifndef _STEEPESTDESCENT_H_
2 #define _STEEPESTDESCENT_H_
3
4 #include "Minimizer.hpp"
5
6 class SteepestDescent : public MinimizerUsingLineSearch{
7 public:
8 bool isSolvable();
9 virtual void Init();
10 virtual void Minimize();
11 virtual int checkConvergence();
12
13 protected:
14 vector<double> direction;
15
16 };
17
18 #endif

Properties

Name Value
svn:executable *