Sets candidate values for hyperparameters.
Arguments
- tune
character string for determining the candidate values for the hyperparameters:
"none": fixed weights and exponents (
wgt_local=1,exp_local=1,wgt_global=0), no tuning"weight": fixed exponents (
exp_local=0,exp_global=1), tuningwgt_local=1-wgt_global"exponent": fixed weights (
wgt_local=1,wgt_global=0), tuningexp_local"bivariate": tuning
wgt_local=1-wgt_globalandexp_local=exp_global"factorial": tuning
wgt_local,exp_local,wgt_global,exp_global
(to implement: list with slots
wgt_local,exp_local,wgt_global, andexp_global)