max_fitness.RdFind point of maximum fitness in empty fitness landscape within a specified range.
max_fitness(bounds, p, log_scale = TRUE, tol = 0.001)
| bounds | Two element vector specifing range within which to search |
|---|---|
| p | Parameters object to use. Importantly, the
|
| log_scale | Is the parameter naturally on a log scale? If so, this will greatly speed things up. |
| tol | Tolerance used in the optimisation |
Daniel Falster, Rich FitzJohn