Jonathan Turner Turner
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 21:45:34 +00:00
66f2448b37 Modified DFS to perform more optimal for output analysis.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 16:31:38 +00:00
48d2c51652 Added support for both Mac M1 and X86 Windows
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 10:09:10 +00:00
f096276422 Implemented most functionality for the GUI and error correction. Removed Certain display settings.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-11 09:10:16 +00:00
6b88415ac2 Implemented functionality to convert BoardNode to Treeitem for displaying iterations.
c944ce121a Implemented Code Behind and VM file.
1e554fbdb0 Added an interface to allow for simplier traversal. Need to implement to DFS as well.
f7d888305d Fixed pathing.
85f9abea53 Designed the FXML file.
Compare 7 commits »
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 09:09:02 +00:00
6b88415ac2 Implemented functionality to convert BoardNode to Treeitem for displaying iterations.
c944ce121a Implemented Code Behind and VM file.
1e554fbdb0 Added an interface to allow for simplier traversal. Need to implement to DFS as well.
f7d888305d Fixed pathing.
85f9abea53 Designed the FXML file.
Compare 5 commits »
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-11 06:48:44 +00:00
53d046858f Added JavaFX Dependencies and resource mapping for seperation of concerns.
5c2fde6c69 Modified project files and structure to fit with Maven for JavaFX support.
75c215e4ec Added a function to print out traversal nodes. Modified Algorithms to return boardnode instead board.
cbd6f48667 Added ability to add children and track children nodes for printout.
1b9af7a6ad Mid fix of Heuristics and UCS/BFS.
Compare 8 commits »
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 06:45:39 +00:00
3b56a1fb50 Added RichTextFX (May be removed later.
2714b23dab Added base start for javafx setup.
53d046858f Added JavaFX Dependencies and resource mapping for seperation of concerns.
Compare 3 commits »
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 05:37:16 +00:00
5c2fde6c69 Modified project files and structure to fit with Maven for JavaFX support.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 04:13:51 +00:00
75c215e4ec Added a function to print out traversal nodes. Modified Algorithms to return boardnode instead board.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 03:40:31 +00:00
cbd6f48667 Added ability to add children and track children nodes for printout.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-10 13:36:27 +00:00
1b9af7a6ad Mid fix of Heuristics and UCS/BFS.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-08 07:05:35 +00:00
261e49b329 Implemented BFS. Seems to be fully functioning. Need to fix generation of boards to prevent off chance of solved generations.
e13806a179 Implemented BFS. Seems to be fully functioning. Need to fix generation of boards to prevent off chance of solved generations.
Compare 2 commits »
Turner created branch dev in Turner/CS3642-Artificial_Intelligence 2024-02-08 02:57:55 +00:00
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-08 02:57:55 +00:00
db5565c1ae Creating new Branch for BFS
Turner deleted branch BFS_Dev from Turner/CS3642-Artificial_Intelligence 2024-02-08 02:57:36 +00:00
Turner created branch BFS_Dev in Turner/CS3642-Artificial_Intelligence 2024-02-07 06:10:38 +00:00
Turner pushed to BFS_Dev at Turner/CS3642-Artificial_Intelligence 2024-02-07 06:10:38 +00:00
db5565c1ae Creating new Branch for BFS
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-07 06:04:14 +00:00
dbfe4c6fe8 DFS is fully working, not finished (fine tune results at end) Output file for #d8bea791 filetype.
d8bea791fb Still development of DFS, nonfunctional. Pushing to access on other device.
Compare 2 commits »
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-06 16:38:51 +00:00
41c04cacec Changing DFS (by adding traverse) to give a Stack implementation.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-06 02:59:33 +00:00
156f8e0d19 Fixed Generation board to always generate a board that is solvable (fixed dfs null return).