Class ProbabilityTests
  Contains tests related to probability generating functions.
    Inheritance
    
    ProbabilityTests
   
  
  
  Assembly: BotBrain.Core.Tests.dll
  Syntax
  
    [TestClass]
public class ProbabilityTests
   
  Methods
  
    View Source
  
  
  TestExponential(float)
  
  
  Declaration
  
    [TestMethod]
[DataRow(1)]
[DataRow(50)]
[DataRow(10000)]
public void TestExponential(float maxValue)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | float | maxValue |  | 
    
  
  
    View Source
  
  
  TestLinear(float)
  
  
  Declaration
  
    [TestMethod]
[DataRow(1)]
[DataRow(50)]
[DataRow(10000)]
public void TestLinear(float maxValue)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | float | maxValue |  | 
    
  
  
    View Source
  
  
  TestLogLogistic(float)
  
  
  Declaration
  
    [TestMethod]
[DataRow(1)]
[DataRow(50)]
[DataRow(10000)]
public void TestLogLogistic(float maxValue)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | float | maxValue |  |