Closed martinrd3D closed 3 years ago
The user should be able to control showing or not showing the iterations below:
fitBM <- robGarch(ret, methods = "BM", optimizer_x0 = optInit)
Also, what is the fourth parameter above? Is this optimizer specific, to the user has to be told to see the optimizer manual
To silent the Rsolnp, you can use fitBM <- robGarch(ret, methods = "BM", optimizer_x0 = optInit, optimizer_control = list(trace=0))
fitBM <- robGarch(ret, methods = "BM", optimizer_x0 = optInit, optimizer_control = list(trace=0))
The user should be able to control showing or not showing the iterations below:
fitBM <- robGarch(ret, methods = "BM", optimizer_x0 = optInit)
Iter: 1 fn: 1.9972 Pars: 0.01786 0.20747 0.79030 0.02717
Iter: 2 fn: 1.9972 Pars: 0.01786 0.20747 0.79030 0.02717
solnp--> Completed in 2 iterations
Also, what is the fourth parameter above? Is this optimizer specific, to the user has to be told to see the optimizer manual