#include <iostream>#include <vector>#include "TMVA/GeneticAlgorithm.h"#include "TMVA/GeneticFitter.h"#include "TMVA/IFitterTarget.h"Go to the source code of this file.
Namespaces | |
| namespace | TMVA |
Classes | |
| class | TMVA::MyFitness |
| class | TMVA::MyGA2nd |
Defines | |
| #define | CONVSTEPS 20 |
| #define | CONVCRIT 0.0001 |
| #define | SCSTEPS 10 |
| #define | SCRATE 5 |
| #define | SCFACTOR 0.95 |
Functions | |
| void | TMVA::exampleGA2nd () |
| int | main (int argc, char **argv) |
| #define CONVCRIT 0.0001 |
Referenced by TMVA::exampleGA2nd().
| #define CONVSTEPS 20 |
Referenced by TMVA::exampleGA2nd().
| #define SCFACTOR 0.95 |
Referenced by TMVA::exampleGA2nd().
| #define SCRATE 5 |
Referenced by TMVA::exampleGA2nd().
| #define SCSTEPS 10 |
Referenced by TMVA::exampleGA2nd().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
1.5.1