Skip to contents

Removes the per-user config file written by tune_EDI_for_this_machine (so the next library(EDI) starts from the package's built-in performance-policy defaults) and resets the in-session cold-start, warm-start, and optimizer-algorithm dispatch policies to those defaults right away.

Usage

clear_local_EDI_optimization()

Value

Invisibly, TRUE if a saved tuning existed and was removed, FALSE if there was none.

Examples

# \donttest{
clear_local_EDI_optimization()
# }