Index

A B C D E F G H I K L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

Table - Class in algorithm
A very minimal transposition table implementation for df-B*.
Table(int) - Constructor for class algorithm.Table
Creates a transposition table with a specified size.
Table.Metrics - Record Class in algorithm
 
test - package test
Various unit tests for maintaining basic functionality of several classes in other packages.
test() - Method in class test.Test_BstarBasic
 
test() - Method in class test.Test_SearchAlgorithm
Deprecated.
 
test() - Method in class test.Test_VariantAGP
 
Test_ArtificialGamePosition - Class in test
 
Test_ArtificialGamePosition() - Constructor for class test.Test_ArtificialGamePosition
 
Test_BstarBasic - Class in test
 
Test_BstarBasic() - Constructor for class test.Test_BstarBasic
 
Test_BstarBasicDB - Class in test
 
Test_BstarBasicDB() - Constructor for class test.Test_BstarBasicDB
 
Test_BstarSquaredSimple - Class in test
 
Test_BstarSquaredSimple() - Constructor for class test.Test_BstarSquaredSimple
 
Test_GameTreeNode - Class in test
 
Test_GameTreeNode() - Constructor for class test.Test_GameTreeNode
 
Test_Probability - Class in test
 
Test_Probability() - Constructor for class test.Test_Probability
 
Test_SearchAlgorithm - Class in test
Deprecated.
Test_SearchAlgorithm() - Constructor for class test.Test_SearchAlgorithm
Deprecated.
 
Test_SearchTreeNode - Class in test
 
Test_SearchTreeNode() - Constructor for class test.Test_SearchTreeNode
 
Test_VariantAGP - Class in test
 
Test_VariantAGP() - Constructor for class test.Test_VariantAGP
 
test1() - Method in class test.Test_BstarSquaredSimple
 
test1() - Method in class test.Test_Probability
 
test2() - Method in class test.Test_BstarBasic
 
test2() - Method in class test.Test_BstarSquaredSimple
 
test2() - Method in class test.Test_Probability
 
test3() - Method in class test.Test_BstarSquaredSimple
 
test3() - Method in class test.Test_Probability
 
test4() - Method in class test.Test_BstarSquaredSimple
 
test6() - Method in class test.Test_BstarSquaredSimple
 
test7() - Method in class test.Test_BstarSquaredSimple
 
TestDfBstar - Class in experiment
This class is part of the preliminary experiments performed on df-B* to find the values for sigma and epsilon chosen in the thesis for the core experiments.
TestDfBstar() - Constructor for class experiment.TestDfBstar
 
TestDfBstar.Result - Record Class in experiment
 
testEdgeCases() - Method in class test.Test_SearchTreeNode
 
testExtraBehaviour() - Method in class test.Test_SearchTreeNode
 
testNormalBehaviour() - Method in class test.Test_SearchTreeNode
 
testSpecificTrees() - Method in class test.Test_ArtificialGamePosition
 
testTrees1(long) - Method in class test.Test_ArtificialGamePosition
 
testTrees2(long) - Method in class test.Test_ArtificialGamePosition
 
TextExplorer - Class in visualizer
This class allows the manual exploration of trees.
TextExplorer(GameTreeNode<?, ?>, int) - Constructor for class visualizer.TextExplorer
 
textParams - Variable in class visualizer.TreeToXML
 
time_limit - Variable in class algorithm.BstarSquaredDB.L1Position.Settings
 
time_limit - Variable in class algorithm.BstarSquaredSimple.L1Position.Settings
 
time_limit - Variable in class algorithm.BstarSquaredSimpleMax.L1Position.Settings
 
time_limit - Variable in class algorithm.BstarSquaredVariant.L1Position.Settings
Deprecated.
 
timeout_amount - Static variable in class experiment.CompareAlgorithms
 
timeout_unit - Static variable in class experiment.CompareAlgorithms
 
times() - Method in record class experiment.TestDfBstar.Result
Returns the value of the times record component.
timesRetrieved() - Method in record class algorithm.Table.Metrics
Returns the value of the timesRetrieved record component.
toCDF(double[]) - Static method in class utils.Probability
Converts a Survival function P(X ≥ t) to the respective distribution's CDF P(X ≤ t).
toFile(String) - Method in record class experiment.TestDfBstar.Result
 
toFile(String) - Method in class gametree.GameTreeNode
 
toFile(String, boolean) - Method in record class experiment.TestDfBstar.Result
 
toPMF(double[], boolean) - Static method in class utils.Probability
Converts a CDF/Survival Function to PMF based on the cumulative flag.
toString() - Method in class algorithm.BstarSquaredDB.L1Position
 
toString() - Method in class algorithm.BstarSquaredSimple.L1Position
 
toString() - Method in class algorithm.BstarSquaredSimpleMax.L1Position
 
toString() - Method in class algorithm.BstarSquaredVariant.L1Position
Deprecated.
 
toString() - Method in record class algorithm.SearchAlgorithm.Limits
Returns a string representation of this record class.
toString() - Method in record class algorithm.SearchAlgorithm.SearchResult
Returns a string representation of this record class.
toString() - Method in record class algorithm.Table.Metrics
Returns a string representation of this record class.
toString() - Method in record class experiment.TestDfBstar.Result
Returns a string representation of this record class.
toString() - Method in class gametree.ArtificialGamePosition.Settings
 
toString() - Method in class gametree.ArtificialGamePosition
 
toString() - Method in class gametree.DepthFirstNode
 
toString() - Method in record class gametree.GameTreeNode.Result
Returns a string representation of this record class.
toString() - Method in class gametree.ResultTreeNode
 
toString() - Method in class gametree.SearchTreeNode
 
toString() - Method in record class gametree.VariantAGP.NodeInfo
Returns a string representation of this record class.
toString() - Method in class gametree.VariantAGP.Settings
 
toString() - Method in class gametree.VariantAGP
 
toString() - Method in class test.SimpleNode
 
toString() - Method in class test.SimplePosition
 
toSurvival(double[]) - Static method in class utils.Probability
Converts a CDF P(X ≤ t) to the respective distribution's Survival Function P(X ≥ t).
transform(GameTreeNode<?, ?>, int) - Method in class visualizer.TreeToXML
 
transform(GameTreeNode<?, ?>, int, double, double) - Method in class visualizer.TreeToXML
 
transform(List<TreeToXML.NodeInfo>, double, double) - Method in class visualizer.TreeToXML
 
transformer - Variable in class gametree.ResultTreeNode
 
TreeToXML - Class in visualizer
 
TreeToXML() - Constructor for class visualizer.TreeToXML
 
TreeToXML(float, float, float) - Constructor for class visualizer.TreeToXML
 
TreeToXML(float, float, float, String, String, String, String, String, String, String, String, String, String) - Constructor for class visualizer.TreeToXML
 
TreeToXML(String, String, String, String, String, String, String, String, String, String) - Constructor for class visualizer.TreeToXML
 
true_metrics - Variable in class algorithm.BstarSquaredDB.L1Position.Settings
 
true_metrics - Variable in class algorithm.BstarSquaredSimple.L1Position.Settings
 
true_metrics - Variable in class algorithm.BstarSquaredSimpleMax.L1Position.Settings
 
true_metrics - Variable in class algorithm.BstarSquaredVariant.L1Position.Settings
Deprecated.
 
TTuses() - Method in record class experiment.TestDfBstar.Result
Returns the value of the TTuses record component.
A B C D E F G H I K L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form