English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Optimizer: TMultiGenSumOfSquares.h File Reference
Uranie / Optimizer v4.9.0
/* @license-end */
TMultiGenSumOfSquares.h File Reference

Example of a function to be minimised : Sum of Square with the new TMinuit2 wrapper. More...

#include "Math/IFunction.h"
#include "TH1.h"
#include "TF1.h"
#include "TFile.h"
#include "TPad.h"
#include "TRandom3.h"
#include "TStyle.h"
#include "TSystem.h"
#include <vector>
#include <iostream>
#include "Optimizer.h"
#include "TCode.h"
#include "TDataServer.h"
#include "TObjective.h"
Include dependency graph for TMultiGenSumOfSquares.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  URANIE::Optimizer::TMultiGenSumOfSquares
 

Namespaces

namespace  URANIE
 Rosenbrock's function (n=2) with first and second order derivatives.
 
namespace  URANIE::Optimizer
 

Variables

R__EXTERN URANIE::Optimizer::TMultiGenSumOfSquaresgTMGSOS
 

Detailed Description

Example of a function to be minimised : Sum of Square with the new TMinuit2 wrapper.

Author
uranietm urani.nosp@m.etm@.nosp@m.cea.f.nosp@m.r
Date
mer sep 29 18:00:00 2010

This is tested for Rosenbrock function defined as follows:

See also
http://root.cern.ch/drupal/content/numerical-minimization
http://root.cern.ch/viewvc/trunk/math/minuit2/test/testNewMinimizer.cxx?view=markup

Variable Documentation

◆ gTMGSOS