.. |
Queue
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
AbstractSearchNode.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
AbstractSearchStrategy.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
AbstractStateSpaceSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
AStarComparer.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
AStarSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
BestFirstSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
CostNodeLimiter.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
DepthFirstSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
DepthLimitedNodeExpander.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
DepthLimitedSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
DepthNodeLimiter.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
GraphSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
HeuristicSearchNode.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
IGoalTest.cs
|
Flesh out the AI support classes
|
2016-11-26 23:39:50 -06:00 |
IHeuristicFunction.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
InformedNodeExpander.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
INodeExpander.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
INodeLimiter.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
IntegerPathCost.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
IPathCost.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
ISearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
ISearchNode.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
ISearchProblem.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
ISearchStepInfo.cs
|
Interim refactoring of core AI search code to be more inspectable
|
2016-12-10 21:56:27 -06:00 |
ISearchStrategy.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
IStepCostFunction.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
ISuccessorFunction.cs
|
Change the success function to allow the order of the succesors to be controlled
|
2016-11-30 16:13:43 -06:00 |
IterativeDeepeningAStarSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
IterativeDeepeningSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
NodeExpanderDelegator.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
SearchProblem.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |
TreeSearch.cs
|
Significant refactoring and addition of more test cases to exercise the base AI seach code
|
2016-12-12 00:41:35 -06:00 |