openModeller  Version 1.5.0
dg_garp_bs.hh
Go to the documentation of this file.
1 
30 #ifndef _DG_GARP_BEST_SUBSETS_HH_
31 #define _DG_GARP_BEST_SUBSETS_HH_
32 
33 #include <openmodeller/om.hh>
34 
35 #include "GarpAlgorithm.h"
36 #include "best_subsets.hh"
37 
38 
39 /****************************************************************/
40 /************************* GARP Algorithm ***********************/
41 
53 class DgGarpBestSubsets : public BestSubsets
54 {
55 public:
57  virtual ~DgGarpBestSubsets();
58 
59 private:
62 
63  //
64  // GARP parameters
65  //
66 
68  int _max_gen;
69 
71  int _popsize;
72 
75 
77  double _conv_limit;
78 };
79 
80 
81 #endif
82 
int transferParametersToAlgorithm()
Definition: dg_garp_bs.cpp:342
AlgorithmImpl * getBSAlgorithm()
Definition: dg_garp_bs.cpp:334