|   | 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
Syntaxpublic double Temperature { get; set; }Public Property Temperature As Double
	Get
	Set
Property Value
Type: 
Double Remarks
RemarksThe property sets the balance between exploration and greedy actions.
            If temperature is low, then the policy tends to be more greedy.
 See Also
See Also