iigs-sprite-compiler/SpriteCompiler/AI
2016-12-10 21:59:55 -06:00
..
AbstractAISearch.cs Add missing solution and project file updates 2016-12-10 21:59:55 -06:00
AbstractSearchNode.cs Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00
AbstractStateSpaceSearch.cs Interim refactoring of core AI search code to be more inspectable 2016-12-10 21:56:27 -06:00
AStarComparer.cs Flesh out the sprite compiler state and successor functions. A bug exists that is causing no progress to be made resulting in an eventual OOM exception 2016-11-29 00:20:29 -06:00
AStarSearch.cs Flesh out the sprite compiler state and successor functions. A bug exists that is causing no progress to be made resulting in an eventual OOM exception 2016-11-29 00:20:29 -06:00
BestFirstSearch.cs Interim refactoring of core AI search code to be more inspectable 2016-12-10 21:56:27 -06:00
CostNodeLimiter.cs Add Iterative Deepening search infrastructure 2016-12-08 21:59:21 -06:00
DepthFirstSearch.cs Interim refactoring of core AI search code to be more inspectable 2016-12-10 21:56:27 -06:00
DepthLimitedNodeExpander.cs Add Iterative Deepening search infrastructure 2016-12-08 21:59:21 -06:00
DepthLimitedSearch.cs Add Iterative Deepening search infrastructure 2016-12-08 21:59:21 -06:00
GraphSearch.cs Begin adding ability to load images from command line. Additional tests; start to move toward graph search and then IDA* 2016-12-05 21:55:04 -06:00
HeuristicSearchNode.cs Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00
IGoalTest.cs Flesh out the AI support classes 2016-11-26 23:39:50 -06:00
IHeuristicFunction.cs Flesh out the AI support classes 2016-11-26 23:39:50 -06:00
InformedNodeExpander.cs Begin adding ability to load images from command line. Additional tests; start to move toward graph search and then IDA* 2016-12-05 21:55:04 -06:00
INodeExpander.cs Flesh out the AI support classes 2016-11-26 23:39:50 -06:00
INodeLimiter.cs Add Iterative Deepening search infrastructure 2016-12-08 21:59:21 -06:00
IPathCost.cs Added initial set of generic AI search files 2016-11-25 00:05:29 -06:00
IQueue.cs Flesh out the AI support classes 2016-11-26 23:39:50 -06:00
ISearch.cs Interim refactoring of core AI search code to be more inspectable 2016-12-10 21:56:27 -06:00
ISearchNode.cs Add Iterative Deepening search infrastructure 2016-12-08 21:59:21 -06:00
ISearchProblem.cs Change the success function to allow the order of the succesors to be controlled 2016-11-30 16:13:43 -06:00
ISearchStepInfo.cs Interim refactoring of core AI search code to be more inspectable 2016-12-10 21:56:27 -06:00
IStepCostFunction.cs Flesh out the AI support classes 2016-11-26 23:39:50 -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 Interim refactoring of core AI search code to be more inspectable 2016-12-10 21:56:27 -06:00
Lifo.cs Add Iterative Deepening search infrastructure 2016-12-08 21:59:21 -06:00
NodeExpanderDelegator.cs Add Iterative Deepening search infrastructure 2016-12-08 21:59:21 -06:00
SearchProblem.cs Change the success function to allow the order of the succesors to be controlled 2016-11-30 16:13:43 -06:00
TreeSearch.cs Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00