RDKit
Open-source cheminformatics and machine learning.
|
#include <RGroupGa.h>
Public Member Functions | |
RGroupGa (const RGroupDecompData &rGroupData, const chrono::steady_clock::time_point *const t0=nullptr) | |
IntegerStringChromosomePolicy & | getChromosomePolicy () |
int | chromosomeLength () const |
int | numberDecompositions () const |
GaResult | run (int runNumber=1) |
vector< GaResult > | runBatch () |
shared_ptr< RGroupDecompositionChromosome > | createChromosome () |
const RGroupDecompData & | getRGroupData () const |
const vector< shared_ptr< GaOperation< RGroupDecompositionChromosome > > > | getOperations () const |
unsigned int | numberPermutations () const |
Definition at line 103 of file RGroupGa.h.
RDKit::RGroupGa::RGroupGa | ( | const RGroupDecompData & | rGroupData, |
const chrono::steady_clock::time_point *const | t0 = nullptr |
||
) |
|
inline |
Definition at line 112 of file RGroupGa.h.
shared_ptr< RGroupDecompositionChromosome > RDKit::RGroupGa::createChromosome | ( | ) |
|
inline |
Definition at line 108 of file RGroupGa.h.
const vector< shared_ptr< GaOperation< RGroupDecompositionChromosome > > > RDKit::RGroupGa::getOperations | ( | ) | const |
|
inline |
Definition at line 122 of file RGroupGa.h.
|
inline |
Definition at line 114 of file RGroupGa.h.
Definition at line 127 of file RGroupGa.h.
vector< GaResult > RDKit::RGroupGa::runBatch | ( | ) |