search_frozen_geodesic {tourr} | R Documentation |
A pseudo-derivative, line search algorithm along frozen geodesics.
Description
A pseudo-derivative, line search algorithm along frozen geodesics.
Usage
search_frozen_geodesic(
current,
index,
tries,
max.tries = 5,
n = 5,
frozen,
cur_index = NA,
...
)
Arguments
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 |
To do
eliminate these functions
[Package tourr version 1.2.6 Index]