find_path_peak: Find the most interesting projection along a geodesic.

Description Usage Arguments Details

Description

Find the most interesting projection along a geodesic.

Usage

1
find_path_peak(old, new, index, max_dist=pi/4)

Arguments

old

currention project

new

projection that gives direction to travel in

index

interestingness index function

max_dist

maximum distance to travel along in radians

Details

Use optimize to find the most interesting projection amongst all projections on a geodesic. This method assumes that the function is continuous with a single maximum, but seems to do ok even if there are multiple maxima.


tourr documentation built on May 2, 2019, 5:28 p.m.

Related to find_path_peak in tourr...