Expand description

The golden-section search is a technique for finding an extremum (minimum or maximum) of a function inside a specified interval.

See GoldenSectionSearch for details.

§Reference

https://en.wikipedia.org/wiki/Golden-section_search

Structs§