Show / Hide Table of Contents

Class ProbabilityTests

Contains tests related to probability generating functions.

Inheritance
object
ProbabilityTests
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain.Tests
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
  • View Source
In this article
Back to top Generated by DocFX