A pseudo-derivative, line search algorithm along frozen geodesics.
search_frozen_geodesic(
current,
index,
tries,
max.tries = 5,
n = 5,
frozen,
cur_index = NA,
...
)
starting projection
index function
the counter of the outer loop of the opotimiser
maximum number of iteration before giving up
number of random steps to take to find best direction
a matrix of frozen variables
the index value of the current basis
other arguments being passed into the search_frozen_geodesic()
These three functions perform a corresponding role to
search_geodesic
, find_best_dir
and
find_path_peak
but for the frozen tour. They work by
zero'ing out the frozen variables and travelling in that restricted
subspace.
eliminate these functions