- Nov 19, 2023
-
-
Michael Mutote authored
-
Michael Mutote authored
-
tnbeats authored
-
tnbeats authored
-
tnbeats authored
-
Fadi Gattoussi authored
-
tnbeats authored
-
Michael Mutote authored
-
- Nov 16, 2023
-
-
Michael Mutote authored
-
- Nov 15, 2023
-
-
Michael Mutote authored
22202956 - First Perceptron. varying ETA values, smaller ETA VALUES ARE NOT GOOD! but works reliably, Nest update will have more dest data
-
- Nov 14, 2023
-
-
Michael Mutote authored
-
- Nov 12, 2023
-
-
Michael Mutote authored
-
Michael Mutote authored
ex 4.9 q 4 had to be made into backtracking
-
Michael Mutote authored
-
Michael Mutote authored
ex 4.9 q 4 had to be made into backtracking
-
- Nov 08, 2023
-
-
Michael Mutote authored
optimised successors function for sudoku to use the most complete row, column or sub-square Added helper functions for selecting next position to solve for sudoku Heuristics for Sudoku updated and tested for A*, works but slow, 30 seconds
-
- Nov 04, 2023
-
-
Michael Mutote authored
Create A* search algorithm and added to search algorithms. Heuristics file with maze heuristics. Moved puzzle goal to the top Created test case for mazes
-
Michael Mutote authored
Create A* search algorithm and added to search algorithms. Heuristics file with maze heuristics. Moved puzzle goal to the top Created test case for mazes
-
Michael Mutote authored
Create A* search algorithm and added to search algorithms. Heuristics file with maze heuristics. Moved puzzle goal to the top Created test case for mazes
-
- Oct 29, 2023
-
-
Michael Mutote authored
-
Michael Mutote authored
-
Michael Mutote authored
-
tnbeats authored
-
- Oct 26, 2023
-
-
Michael Mutote authored
refactored
-
- Oct 25, 2023
-
-
Michael Mutote authored
refactored
-
Michael Mutote authored
-
Michael Mutote authored
Initial Commit for depth first, A* and MENACE
-
Michael Mutote authored
-
Michael Mutote authored
-
Michael Mutote authored
-
Michael Mutote authored
Initial Commit for depth first, A* and MENACEw
-
Michael Mutote authored
touch ups
-
Michael Mutote authored
touch ups
-
- Oct 19, 2023
-
-
Michael Mutote authored
Queens problem, solved. Does not look pretty. Successor, is allowed and is goal completed. Breadth first function still not touched
-
- Oct 18, 2023
-
-
Michael Mutote authored
touch up
-
Michael Mutote authored
touch up
-
Michael Mutote authored
breadth first algorithm untouched. Sudoku Successors and allowed moves completed. Tested with solution testing.py. Sudoku is_goal also completed
-
Michael Mutote authored
first commit breadth first search, algorithm done. tested with Maze problem
-
Michael Mutote authored
first commit breadth first search, algorithm done. Is_goal and Successors is jst skeleton code
-