feat: p0 and p1
This commit is contained in:
19
search/test_cases/q7/food_heuristic_grade_tricky.test
Normal file
19
search/test_cases/q7/food_heuristic_grade_tricky.test
Normal file
@ -0,0 +1,19 @@
|
||||
class: "HeuristicGrade"
|
||||
|
||||
heuristic: "foodHeuristic"
|
||||
searchProblemClass: "FoodSearchProblem"
|
||||
layoutName: "trickySearch"
|
||||
layout: """
|
||||
%%%%%%%%%%%%%%%%%%%%
|
||||
%. ..% %
|
||||
%.%%.%%.%%.%%.%% % %
|
||||
% P % %
|
||||
%%%%%%%%%%%%%%%%%% %
|
||||
%..... %
|
||||
%%%%%%%%%%%%%%%%%%%%
|
||||
"""
|
||||
# One point always, an extra point for each
|
||||
# threshold passed.
|
||||
basePoints: "1"
|
||||
gradingThresholds: "15000 12000 9000 7000"
|
||||
|
Reference in New Issue
Block a user