pccoder-20190510


  • 1. max_program_len dictates the maximum depth of the search. 2. The result file has a json dictionary line for each program predicted. The dictionary contains the predicted program and some details about the search, like the amount of time the search took and the final beam size. 3. Use --search_method to change the method from the default CAB search to DFS.