#include <iostream>
#include "Math/GeneticMinimizer.h"
#include "TMath.h"
Go to the source code of this file.
Classes | |
class | RosenBrockFunction |
class | Parabole |
class | MultiMin |
Functions | |
int | testGAMinimizer () |
int | main () |
int main | ( | void | ) |
int testGAMinimizer | ( | ) |
Definition at line 72 of file testGAMinimizer.cxx.
References ROOT::Math::GeneticMinimizer::Minimize(), ROOT::Math::GeneticMinimizer::MinValue(), RosenBrock(), ROOT::Math::GeneticMinimizer::SetFunction(), ROOT::Math::GeneticMinimizer::SetLimitedVariable(), ROOT::Math::GeneticMinimizer::X(), and xmin.
Referenced by main().