You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.
(paraphrased)
If the function values generated in GoldenRatio::explore are stored in a key-value map, and then instead of the precise golden ratio just a "close enough" value from the map is used, the number of evaluations in GoldenRatio::minimize_bracket is potentially lowered at the cost of space.
Concerns calls to
GoldenRatio::minimize
:(paraphrased)
If the function values generated in
GoldenRatio::explore
are stored in a key-value map, and then instead of the precise golden ratio just a "close enough" value from the map is used, the number of evaluations inGoldenRatio::minimize_bracket
is potentially lowered at the cost of space.Originally posted by @to266 in #6
The text was updated successfully, but these errors were encountered: