summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-09-12added wall bisection penalty when calculating distanceToby Vincent
2021-09-12more work on food heuristicToby Vincent
Co-authored-by: Andreas1282 <Andreas1282@users.noreply.github.com>
2021-09-10added comments and assignment headersNeil Kollack
2021-09-08implemented ClosestDotSearchAgent and AnyFoodSearchProblemNeil Kollack
2021-09-08added upper bound as closest food, then closest food to furthest foodToby Vincent
Co-authored-by: Andreas1282 <Andreas1282@users.noreply.github.com>
2021-09-08baseline heuristic with score of 9508Toby Vincent
2021-09-05refactored to use a namedtuple for the node objectToby Vincent
2021-09-03implemented cornersAgent and its heuristicToby Vincent
Co-authored-by: Andreas1282 <Andreas1282@users.noreply.github.com>
2021-09-03implemented a star searchToby Vincent
Co-authored-by: Andreas1282 <Andreas1282@users.noreply.github.com>
2021-09-01Merge branch 'dfs' into developToby Vincent
2021-09-01Merge branch 'bfs' into developToby Vincent
2021-09-01fixed bug in visited comparisonToby Vincent
2021-09-01refactored to use the same function as the other searchesToby Vincent
2021-09-01refactored to use the same function as the other searchesToby Vincent
2021-09-01fully implimented uniformCostSearchToby Vincent
Co-authored-by: Andreas1282 <Andreas1282@users.noreply.github.com>
2021-09-01started work on uniform cost searchToby Vincent
2021-08-31Merge branch 'bfs' into developToby Vincent
2021-08-31implemented Breadth-First SearchNeil Kollack
2021-08-31implemented depth first searchToby Vincent
2021-08-31initial commitToby Vincent