Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Optimizer v4.9.0
|
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::TMultiGenSumOfSquares * | gTMGSOS |
Detailed Description
Example of a function to be minimised : Sum of Square with the new TMinuit2 wrapper.
- Date
- mer sep 29 18:00:00 2010
This is tested for Rosenbrock function defined as follows:
Variable Documentation
◆ gTMGSOS
R__EXTERN URANIE::Optimizer::TMultiGenSumOfSquares* gTMGSOS |