AutoCalibrate

@Serializable
@SerialName(value = "autoCalibrate")
data class AutoCalibrate(val targetProbability: Double = 0.8, val sampleSize: Int = 100) : TemperatureSpec(source)

Estimate the initial temperature by random-walk calibration.

Constructors

Link copied to clipboard
constructor(targetProbability: Double = 0.8, sampleSize: Int = 100)

Properties

Link copied to clipboard

number of random-walk steps used to estimate the cost landscape; must be positive when validated

Link copied to clipboard

desired initial probability of accepting a worse solution; must lie strictly within (0, 1) when validated