-
Notifications
You must be signed in to change notification settings - Fork 0
Argument
Ethan707 edited this page Sep 5, 2021
·
2 revisions
Argument table:
Command | Default Value | Optional Value | Description |
---|---|---|---|
-search |
BottomUpSearch | SimulatedAnnealing, BottomUpSearch | Search Algorithm |
-bound |
20 | Bound for Bottom-Up Search | |
-e |
EvalProgramDefeatsStrategy | Evaluation function | |
-n |
10 | Number of games played in each evaluation | |
-time |
120 | Time limit in seconds | |
-temperature |
100 | SA's initial temperature | |
-alpha |
0.6 | SA's alpha value | |
-beta |
100 | SA's beta value | |
-log_file |
File in which results will be saved | ||
-program_file |
File in which programs will be saved | ||
--detect-equivalence |
False | True(But we didn't implement this) | Detect observational equivalence in Bottom-Up Search |
--triage_eval |
False | True | Use a 3-layer triage for evaluating programs |
--triage_valid |
False | True | Use a 3-layer triage for validation set |
the definitions of arguments are in the main.py
Please modify this page as soon as possible if you add/delete/modify arguments