ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Macros | Functions
TMVAGAexample.C File Reference
#include <iostream>
#include <vector>
#include "TMVA/GeneticAlgorithm.h"
#include "TMVA/GeneticFitter.h"
#include "TMVA/IFitterTarget.h"
Include dependency graph for TMVAGAexample.C:

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)
 

Macro Definition Documentation

#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().

Function Documentation

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().