iigs-sprite-compiler/SpriteCompiler/AI
Lucas Scharenbroich 05b56603f1 Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05:00
..
Queue Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05: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 Fix issue of keeping dirty queue between runs 2017-02-24 23:07:51 -06:00
AbstractSearchNode.cs Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05:00
AbstractSearchStrategy.cs Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05: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
BestFirstSearch.cs Fix issue of keeping dirty queue between runs 2017-02-24 23:07:51 -06:00
CostNodeLimiter.cs Additional tests 2016-12-18 00:03:23 -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 Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05: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
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
IPathCost.cs Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05:00
ISearch.cs Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05: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
InformedNodeExpander.cs Fix solution printing and add actions to alow stack to advance to new lines. Added 8-bit PHA actions 2016-12-14 00:04:10 -06:00
InstrumentedNodeExpander.cs Simplify success function and improve heuristic accuracy 2016-12-16 22:52:14 -06:00
IntegerPathCost.cs Add 0 and 1 constants 2017-02-24 22:52:18 -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
RecursiveBestFirstSearch.cs Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05: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
SimplifiedMemoryBoundedAStarSearch.cs Add start of a GUI for visualizing the search process 2018-04-15 13:51:05 -05: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