Skip to content

number_of_simulations

Nicolai Mueller edited this page Sep 26, 2024 · 1 revision

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.

Clone this wiki locally