|
Issue77 Add evaluation contexts, to be passed into the evaluators by the search methods
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+375 lines, -186 lines) |
Patch |
 |
M |
src/search/Makefile
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/search/axioms.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/axioms.cc
|
View
|
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/search/combining_evaluator.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/search/combining_evaluator.cc
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/search/eager_search.cc
|
View
|
|
7 chunks |
+25 lines, -22 lines |
0 comments
|
Download
|
 |
M |
src/search/enforced_hill_climbing_search.cc
|
View
|
|
8 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/search/evaluator.h
|
View
|
|
1 chunk |
+39 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/g_evaluator.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/search/g_evaluator.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/globals.cc
|
View
|
|
2 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/heuristic.h
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/search/heuristic.cc
|
View
|
|
5 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/search/ipc_max_heuristic.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/landmarks/lama_ff_synergy.cc
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/search/lazy_search.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/search/learning/maximum_heuristic.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/search/learning/probe_state_space_sample.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/search/learning/selective_max_heuristic.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/alternation_open_list.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/alternation_open_list.cc
|
View
|
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/open_list_buckets.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/open_list_buckets.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/pareto_open_list.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/pareto_open_list.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/standard_scalar_open_list.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/standard_scalar_open_list.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/tiebreaking_open_list.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/open_lists/tiebreaking_open_list.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/search/pdbs/canonical_pdbs_heuristic.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/pdbs/pattern_generation_haslum.cc
|
View
|
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/search/pdbs/zero_one_pdbs_heuristic.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
src/search/per_state_information.h
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/search/per_state_information.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/search/pref_evaluator.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/search/pref_evaluator.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/search/scalar_evaluator.h
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/search/search_progress.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/search/search_progress.cc
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/search/state.h
|
View
|
|
2 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/search/state.cc
|
View
|
|
4 chunks |
+23 lines, -12 lines |
0 comments
|
Download
|
 |
A |
src/search/state_manager.h
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/search/state_manager.cc
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/search/weighted_evaluator.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/search/weighted_evaluator.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|