number_of_simulations - ChairImpSec/PROLEAD GitHub Wiki

Type

Integer

Default

64

Description

Specifies the total number of simulations performed by PROLEAD. The number of simulations must be a multiple of 64 in order to allow efficient bitslicing.

Impact

A high number of simulations increases the accuracy, i.e. enables the detection of smaller effects, while decreasing the runtime.

Examples

"simulation": {   
    "number_of_simulations": 1024
}

In this example, we set the total number of simulations to 1024.