forked from UNN/2026-rff_mp
10 lines
227 B
Python
10 lines
227 B
Python
|
|
from MazeSolver.Solver import MazeSolver
|
||
|
|
from .strat.
|
||
|
|
import csv
|
||
|
|
|
||
|
|
def run_benchmark(maze, strategies, repeats = 5):
|
||
|
|
rows = []
|
||
|
|
|
||
|
|
for name, strategies in strategies.items():
|
||
|
|
|
||
|
|
solver = MazeSolver(maze, strategy)
|