iigs-sprite-compiler/SpriteCompiler/AI
2016-12-04 23:14:51 -06:00
..
AbstractAISearch.cs Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00
AbstractSearchNode.cs Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -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
GraphSearch.cs
HeuristicSearchNode.cs Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00
IGoalTest.cs
IHeuristicFunction.cs
InformedNodeExpander.cs Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00
INodeExpander.cs
IPathCost.cs
IQueue.cs
ISearch.cs
ISearchNode.cs Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -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
IStepCostFunction.cs
ISuccessorFunction.cs Change the success function to allow the order of the succesors to be controlled 2016-11-30 16:13:43 -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