View source: R/MPsearchfunctions.R
newTemp | R Documentation |
Computes algorithm "temperature" based on initial temperature, max number of iterations, current iteration, and last temperature
newTemp(
inittemp,
itermax,
i,
lasttemp = 1e-05,
type = c("straight", "straight2", "logarithmic")
)
inittemp |
Initial temperature. |
itermax |
Maximum number of iterations. |
i |
Current iteration |
lasttemp |
Last temperature (i.e., when i == itermax ) |
type |
Type of temperature schedule |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.