Skip to content

remove_full_probing_sets

Nicolai Mueller edited this page Sep 26, 2024 · 3 revisions

Type

Boolean

Default

false

Description

Specifies whether probing sets that meet the given effect size should be removed before the evaluation is complete. Thus, smaller probing sets are only evaluated until the required effect size is achieved. As more simulations are performed, fewer probing sets need to be evaluated.

Impact

If probing sets are removed, the evaluation in normal mode is accelerated. However, this removes the ability to detect effects with smaller effect sizes in the removed probing sets.

Examples

"performance": {
    "remove_full_probing_sets": true
}

In this example, PROLEAD removes all probing sets once a sufficient number of simulations have been evaluated.

Clone this wiki locally