14#ifndef _RBTGATRANSFORM_H_
15#define _RBTGATRANSFORM_H_
17#include "rxdock/BaseBiMolTransform.h"
18#include "rxdock/Population.h"
19#include "rxdock/Rand.h"
25 static const std::string _CT;
27 static const std::string _NEW_FRACTION;
29 static const std::string _PCROSSOVER;
31 static const std::string _XOVERMUT;
34 static const std::string _CMUTATE;
37 static const std::string _STEP_SIZE;
40 static const std::string _EQUALITY_THRESHOLD;
42 static const std::string _NCYCLES;
45 static const std::string _NCONVERGENCE;
47 static const std::string _HISTORY_FREQ;
52 RBTDLL_EXPORT
GATransform(
const std::string &strName =
"GAGENRW");
59 virtual void SetupReceptor();
60 virtual void SetupLigand();
63 virtual void Execute();