1
0
Fork 0
mirror of https://github.com/dancojocaru2000/ai-project-idastar.git synced 2025-02-22 16:39:35 +02:00
IDA* implementation for labirinth, Artificial Intelligence, Year 3, Semester 1
Find a file
Dan Cojocaru 1e70b4c1f1
Added IDA* control step
Added flow control to find start+destination points,
and increase the threshold if a search doesn't reach the destination.

Next step: implement search.
2021-12-01 22:56:32 +02:00
.vscode Initial commit 2021-12-01 20:16:53 +02:00
.gitignore Initial commit 2021-12-01 20:16:53 +02:00
IDAstar.cs Added IDA* control step 2021-12-01 22:56:32 +02:00
IDAstar.csproj Initial commit 2021-12-01 20:16:53 +02:00
Program.cs Initial commit 2021-12-01 20:16:53 +02:00