|
|
|
|
|
by ibestvina
1357 days ago
|
|
Here are the stats :) - Found the optimal path 504
- Found a (non-optimal) path 293
- Correctly reported no path exists 131
- Found a solution when none existed 19
- Ended on wrong node 0
- Used edges that don't exist 53
- Started with the wrong node 0
- Incorrectly reported no path exists 0
- Total: 1000
Here is the code: https://github.com/ibestvina/gpt3-graph-search |
|