|
BoltzmannExploration Constructor
|
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public BoltzmannExploration(
double temperature
)
Public Sub New (
temperature As Double
)
Request Example
View SourceParameters
- temperature
- Type: SystemDouble
Temperature parameter of Boltzmann distribution.
See Also