GrassmannOptim | R Documentation |
This function is taken from the GrassmannOptim package by Kofi Placid Adragni and Seongho Wu https://cran.r-project.org/web/packages/GrassmannOptim/index.html
GrassmannOptim(
objfun,
W,
sim_anneal = FALSE,
temp_init = 20,
cooling_rate = 2,
max_iter_sa = 100,
eps_conv = 1e-05,
max_iter = 100,
eps_grad = 1e-05,
eps_f = .Machine$double.eps,
verbose = FALSE
)
objfun |
objfun |
W |
W |
sim_anneal |
sim_anneal |
temp_init |
temp_init |
cooling_rate |
cooling_rate |
max_iter_sa |
max_iter_sa |
eps_conv |
eps_conv |
max_iter |
max_iter |
eps_grad |
eps_grad |
eps_f |
eps_f |
verbose |
verbose |
List
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.