With the exception of verbose
it is not recommended to change any of the default values.
sgl.algorithm.config(tolerance_penalized_main_equation_loop = 1e-10,
tolerance_penalized_inner_loop_alpha = 1e-04,
tolerance_penalized_inner_loop_beta = 1,
tolerance_penalized_middel_loop_alpha = 0.01,
tolerance_penalized_outer_loop_alpha = 0.01,
tolerance_penalized_outer_loop_beta = 0,
tolerance_penalized_outer_loop_gamma = 1e-05,
use_bound_optimization = TRUE,
use_stepsize_optimization_in_penalizeed_loop = TRUE,
stepsize_opt_penalized_initial_t = 1, stepsize_opt_penalized_a = 0.1,
stepsize_opt_penalized_b = 0.1, max_iterations_outer = 10000,
inner_loop_convergence_limit = 10000, verbose = TRUE)
tolerance threshold.
tolerance threshold.
tolerance threshold.
tolerance threshold.
tolerance threshold.
tolerance threshold.
tolerance threshold.
if TRUE
hessian bound check will be used.
if TRUE
step-size optimization will be used.
initial step-size.
step-size optimization parameter.
step-size optimization parameter.
max iteration of outer loop
inner loop convergence limit.
If TRUE
some information, regarding the status of the algorithm, will be printed in the R terminal.
A configuration.
# NOT RUN {
config.no_progressbar <- sgl.algorithm.config(verbose = FALSE)
# }
Run the code above in your browser using DataLab