Skip to contents

Reads the per-user config file written by tune_EDI_for_this_machine and returns it as an EDILocalMachineTuning object (whose print method shows when and how it was produced, the hardware fingerprint it was measured on, and every policy deviation it stores). Does not apply anything – application happens inside tune_EDI_for_this_machine() itself and at package load.

Usage

get_local_EDI_optimization()

Value

Invisibly, the saved EDILocalMachineTuning object, or NULL (with a message) if no valid saved tuning exists.

Examples

# \donttest{
get_local_EDI_optimization()
#> No saved local EDI tuning found (or it is from an incompatible schema). Run tune_EDI_for_this_machine() to create one.
# }