[Next] [Up] [Previous] [Contents]
Next: Definition file syntax Up: Usage of the Simulation Previous: Introduction   Contents

Usage of the package

The SVP can be used as a stand-alone program or from within a C++ or TCL program as a submodule. The operation in both cases depends on a definition file which needs to be written by the operator. The file is used to specify symbolic names and attributes for each one of the variables that the operator intends to test. Attributes for each variable are:

Test weights and output specifications can be also defined outside of a variable definition, to be used as defaults values or to report global informations (such as the global score) to files.

For each variable $v$ specified, a variable score $V_v$ is computed as a weighted average of the scores $T_t$ of each test $t$ performed:


\begin{displaymath}
V_v = \frac{\sum_t W_t T_t} {\sum_t W_t}
\end{displaymath} (1)

where $W_t$ represents the user-defined weight (relative importance) of test $t$. The global score is computed similarly as


\begin{displaymath}
S = \frac{\sum_v W_v V_v}{\sum_t W_v}
\end{displaymath} (2)

with $W_v$ being the user-defined weight of variable $v$. Weights allow the experimenter's priorities to be accounted for, and are all 1 unless specified. The normal use of the SVP is to carry out a number of simulations with different values of the parameters and to sort the parameter lists according to the global score. Of course, it can be used just to obtain informations about the data. It is designed for flexibility and ease of use.



Subsections
[Next] [Up] [Previous] [Contents]
Next: Definition file syntax Up: Usage of the Simulation Previous: Introduction   Contents
Ferdinando Villa 2002-12-23