decay: Estimate the temperature decay

Description Usage Arguments Value

View source: R/start_temp.R

Description

For a given starting temp and final proportion of greedy moves, calculate the temperature decay such that the temperature is sufficiently low to ensure greddy search for the requested final proportion of the algorithm

Usage

1
decay(starting_temperature, outer_iterations, proportion_greedy)

Arguments

starting_temperature

The algorithm starting temperature

outer_iterations

The number of temperature steps

proportion_greedy

The final proportion of the run to be greedy

Value

The temperature decay


pwinskill/coop documentation built on Oct. 11, 2020, 11:29 a.m.