You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
251 B
17 lines
251 B
3 years ago
|
class: "PacmanSearchTest"
|
||
|
algorithm: "uniformCostSearch"
|
||
|
points: "0.5"
|
||
|
|
||
|
# The following specifies the layout to be used
|
||
|
layoutName: "testSearch"
|
||
|
layout: """
|
||
|
%%%%%
|
||
|
%.P %
|
||
|
%%% %
|
||
|
%. %
|
||
|
%%%%%
|
||
|
"""
|
||
|
searchProblemClass: "FoodSearchProblem"
|
||
|
leewayFactor: "2"
|
||
|
|