English Français

Documentation / Manuel développeur

Modules disponibles

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

fonction utilisateur More...

#include "TTangramEval.h"
#include <math.h>
Include dependency graph for TTangramEval.cxx:

Namespaces

namespace  URANIE
 
namespace  URANIE::Relauncher
 

Macros

#define SLOW   3000
 
#define NIV   255.0
 
#define TAB   8
 
#define NBGENE   7
 

Functions

double contraste (int size, double *sol, const char **connexion)
 
void mydecode (int size, double *intern, double *user)
 
 ClassImp (URANIE::Relauncher::TTangramEval)
 

Variables

static const char tgr [TAB *TAB]
 
static const char * tangram [TAB]
 

Detailed Description

fonction utilisateur

Author
Gilles ARNAUD Gille.nosp@m.s.Ar.nosp@m.naud@.nosp@m.cea..nosp@m.fr
Date
2011-04-07.12.21.07

Macro Definition Documentation

◆ NBGENE

#define NBGENE   7

◆ NIV

#define NIV   255.0

◆ SLOW

#define SLOW   3000

◆ TAB

#define TAB   8

Function Documentation

◆ ClassImp()

◆ contraste()

double contraste ( int  size,
double *  sol,
const char **  connexion 
)

References NIV, and SLOW.

Referenced by URANIE::Relauncher::TTangramEval::eval().

◆ mydecode()

void mydecode ( int  size,
double *  intern,
double *  user 
)

References NIV.

Referenced by URANIE::Relauncher::TTangramEval::eval().

Variable Documentation

◆ tangram

const char* tangram[TAB]
static
Initial value:
=
{ &tgr[0], &tgr[TAB], &tgr[2 * TAB], &tgr[3 * TAB], &tgr[4 * TAB],
&tgr[5 * TAB], &tgr[6 * TAB], &tgr[7 * TAB] }
static const char tgr[TAB *TAB]
Definition TTangramEval.cxx:45
#define TAB
Definition TTangramEval.cxx:41

Referenced by URANIE::Relauncher::TTangramEval::eval().

◆ tgr

const char tgr[TAB *TAB]
static
Initial value:
=
{
0, 1, 1, 1, 0, 0, 1, 1,
1, 0, 1, 1, 1, 0, 0, 0,
1, 1, 0, 0, 1, 0, 0, 0,
1, 1, 0, 0, 0, 1, 1, 0,
0, 1, 1, 0, 0, 1, 0, 1,
0, 0, 0, 1, 1, 0, 1, 0,
1, 0, 0, 1, 0, 1, 0, 1,
1, 0, 0, 0, 1, 0, 1, 0
}