Skip to content

Commit

Permalink
Improved convenience of experimenting with the application.
Browse files Browse the repository at this point in the history
  • Loading branch information
srogatch committed Nov 20, 2017
1 parent 75b8062 commit 5d096f8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified ProbQA/Notes/Metrics/TrainingProgress/D12_div_ET6.xlsx
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
3 changes: 2 additions & 1 deletion ProbQA/PqaClient/PqaClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,6 @@ int __cdecl main() {
}
}

return LearnBinarySearch("KBs\\initial.kb");
//return LearnBinarySearch("KBs\\initial.kb"); // To load a saved KB
return LearnBinarySearch(nullptr); // To create a KB from scratch by training
}

0 comments on commit 5d096f8

Please sign in to comment.