diff options
author | Erin van der Veen | 2017-10-24 15:22:09 +0200 |
---|---|---|
committer | Erin van der Veen | 2017-10-24 15:22:09 +0200 |
commit | b6c8cacadd0d18db3182ee81126e2c585455a325 (patch) | |
tree | d7014a08c9cc15b266c4267de422c2f6a7665124 /assignments/assignment2/RivestSchapire_RandomWalk_full.txt | |
parent | Add runs of Rivest-Schapire (RandomWalk and WMethod) (diff) |
Add Randomwalk and WPMethod full runs
Diffstat (limited to 'assignments/assignment2/RivestSchapire_RandomWalk_full.txt')
-rw-r--r-- | assignments/assignment2/RivestSchapire_RandomWalk_full.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/assignments/assignment2/RivestSchapire_RandomWalk_full.txt b/assignments/assignment2/RivestSchapire_RandomWalk_full.txt new file mode 100644 index 0000000..056baed --- /dev/null +++ b/assignments/assignment2/RivestSchapire_RandomWalk_full.txt @@ -0,0 +1,22 @@ +driver INFO Listening on 127.0.0.1:22679 +1508756642717 geckodriver::marionette INFO Starting browser /usr/bin/firefox with args ["-marionette"] +1508756643545 Marionette INFO Listening on port 43395 +1508756643630 Marionette WARN TLS certificate errors will be ignored for this session +Oct 23, 2017 1:04:04 PM org.openqa.selenium.remote.ProtocolHandshake createSession +INFO: Detected dialect: W3C +model size 1 +0: Mon Oct 23 13:04:05 CEST 2017 +Hypothesis size: 1 states +learning queries/symbols: 5/5(5/5 this learning round) +testing queries/symbols: 6/15(1/10 this testing round) + +model size 10 +1: Mon Oct 23 13:04:37 CEST 2017 +Hypothesis size: 10 states +learning queries/symbols: 107/800(101/785 this learning round) +testing queries/symbols: 136/1100(29/300 this testing round) + +Finished learning! +Learning the complete method took: 43 seconds. + +Process finished with exit code 0 |