Click or drag to resize
Accord.NET (logo)

BoltzmannExplorationTemperature Property

Temperature parameter of Boltzmann distribution. Should be greater than 0.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Temperature { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

The property sets the balance between exploration and greedy actions. If temperature is low, then the policy tends to be more greedy.

See Also