openModeller  Version 1.5.0
garp_best_subsets.hh
Go to the documentation of this file.
1 
30 #ifndef _GARP_BEST_SUBSETS_HH_
31 #define _GARP_BEST_SUBSETS_HH_
32 
33 #include <openmodeller/om.hh>
34 
35 #include "garp.hh"
36 #include "best_subsets.hh"
37 
38 
39 /****************************************************************/
40 /************************* GARP Algorithm ***********************/
41 
54 {
55 public:
57  virtual ~GarpBestSubsets();
58 
59 private:
60  // AlgorithmRun object factory
63 
64  //
65  // GARP parameters
66  //
67 
69  int _max_gen;
70 
72  int _popsize;
73 
76 
78  double _conv_limit;
79 };
80 
81 
82 #endif
83 
AlgorithmImpl * getBSAlgorithm()