|
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; }
Public Property Temperature As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleRemarks The property sets the balance between exploration and greedy actions.
If temperature is low, then the policy tends to be more greedy.
See Also