R/dentist.R
sphere_propose.Rd
Propose new values based on points near bounds This proposes new values based on wiggling a little bit away from the values near the bounds of the good region
sphere_propose(
results,
delta,
old_params,
lower_bound = -Inf,
upper_bound = Inf,
sd = 1
)
Data.frame of results so far
The maximum distance from the best value to consider
The original parameter values
Minimum parameter values to try. One for all or a vector of the length of par.
Maximum parameter values to try. One for all or a vector of the length of par.
Standard deviation to use for the proposals. One for all or a vector of the length of par.
A vector of the new parameter values