8.4.1. TSequentialRun
In this case, there is no distribution. If evaluations are fast, it remains the simplest way to run the evaluations. Here is the interpretation of the inherited methods:
startSlave: exits immediately,onMaster: tests is trueand
stopSlave: cleansTEval.
TSequentialRun constructor only has one argument, a pointer to a TEval object.
// Creating the sequential runner
TSequentialRun srun(&code);