ROOT
6.07/01
Reference Guide
|
#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 | |
TMVA | |
Abstract ClassifierFactory template that handles arbitrary types. | |
Macros | |
#define | CONVSTEPS 20 |
#define | CONVCRIT 0.0001 |
#define | SCSTEPS 10 |
#define | SCRATE 5 |
#define | SCFACTOR 0.95 |
Functions | |
void | TMVA::exampleGA2nd () |
void | TMVAGAexample () |
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 | ||
) |
Definition at line 155 of file TMVAGAexample.C.
void TMVAGAexample | ( | ) |
Definition at line 146 of file TMVAGAexample.C.
Referenced by main().