View source: R/search-frozen-geodesic.r
search_frozen_geodesic | R Documentation |
A pseudo-derivative, line search algorithm along frozen geodesics.
search_frozen_geodesic(
current,
index,
tries,
max.tries = 5,
n = 5,
frozen,
cur_index = NA,
...
)
current |
starting projection |
index |
index function |
tries |
the counter of the outer loop of the opotimiser |
max.tries |
maximum number of iteration before giving up |
n |
number of random steps to take to find best direction |
frozen |
a matrix of frozen variables |
cur_index |
the index value of the current basis |
... |
other arguments being passed into the |
eliminate these functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.