src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML
Wed, 23 Sep 2020 15:18:07 +0200 \----- start update Isabelle2019 --> Isabelle2020
Tue, 03 Sep 2019 16:10:31 +0200 \----- start update Isabelle2018 --> Isabelle2019
Wed, 22 Aug 2018 14:44:15 +0200 \----- start update Isabelle2017 --> Isabelle2018
Fri, 19 Jan 2018 12:49:17 +0100 \----- start update Isabelle2015 --> Isabelle2017
Sat, 05 Dec 2015 16:09:41 +0100 switched from Isabelle2014 to Isabelle2015, intermediate state
Thu, 24 Jul 2014 19:01:06 +0200 don't needlessly regenerate entire file when the time stamps are equal
Thu, 24 Jul 2014 18:53:14 +0200 eliminated source of 'DUP's in MaSh
Thu, 24 Jul 2014 18:46:38 +0200 fixed sorting (broken since 9cc802a8ab06)
Thu, 24 Jul 2014 18:46:38 +0200 beware of duplicate fact names
Sat, 19 Jul 2014 11:20:09 +0200 made SML/NJ happier
Tue, 15 Jul 2014 17:49:54 +0200 made SML/NJ happier
Tue, 15 Jul 2014 00:21:32 +0200 record MaSh algorithm in spying data
Tue, 15 Jul 2014 00:21:32 +0200 also learn when 'fact_filter =' is set explicitly
Tue, 15 Jul 2014 00:21:32 +0200 no warning in case MaSh is disabled
Tue, 15 Jul 2014 00:21:29 +0200 no need for 'mash' subdirectory after removal of Python program
Sat, 12 Jul 2014 11:31:22 +0200 tuning
Sat, 12 Jul 2014 11:31:22 +0200 made SML/NJ happier
Wed, 09 Jul 2014 11:35:52 +0200 tuned terminology
Wed, 09 Jul 2014 11:35:52 +0200 improvements to the machine learning algos (due to Cezary K.)
Tue, 01 Jul 2014 16:47:10 +0200 changed default MaSh engine
Tue, 01 Jul 2014 16:47:10 +0200 removed needless code
Tue, 01 Jul 2014 16:47:10 +0200 speed up MaSh a bit
Tue, 01 Jul 2014 16:47:10 +0200 mix NB and kNN
Tue, 01 Jul 2014 16:47:10 +0200 tuned (reordered) code
Sun, 29 Jun 2014 18:28:27 +0200 tuning
Sun, 29 Jun 2014 18:28:27 +0200 killed Python version of MaSh, now that the SML version works adequately
Fri, 27 Jun 2014 19:17:16 +0200 correctly take weights into consideration
Fri, 27 Jun 2014 17:18:30 +0200 use right theory name for theorems in evaluation driver
Fri, 27 Jun 2014 17:05:22 +0200 killed dead code
Fri, 27 Jun 2014 16:52:50 +0200 reintroduced 'extra features' + only print message in verbose mode
Fri, 27 Jun 2014 14:20:50 +0200 got rid of hard-coded weights, now that we have TFIDF
Fri, 27 Jun 2014 12:06:22 +0200 tuning
Fri, 27 Jun 2014 11:56:28 +0200 tuning
Fri, 27 Jun 2014 11:38:15 +0200 reintroduced 'extra features' but with lower weight than before (to account for tfidf)
Thu, 26 Jun 2014 20:32:31 +0200 reintroduced MaSh hints, this time as persistent creatures
Thu, 26 Jun 2014 19:40:58 +0200 always expand all paths
Thu, 26 Jun 2014 19:10:34 +0200 tuned output
Thu, 26 Jun 2014 18:57:20 +0200 tuned output
Thu, 26 Jun 2014 16:41:43 +0200 right array indexing
Thu, 26 Jun 2014 16:41:30 +0200 incremental learning when learing several facts
Thu, 26 Jun 2014 16:41:30 +0200 tuning
Thu, 26 Jun 2014 16:41:30 +0200 more incremental learning of single fact
Thu, 26 Jun 2014 16:41:30 +0200 avoid needless (trivial) reordering on load
Thu, 26 Jun 2014 16:41:30 +0200 recompute learning data at learning time, not query time
Thu, 26 Jun 2014 16:41:30 +0200 imported patch killed_num_known_facts0
Thu, 26 Jun 2014 13:36:25 +0200 refactoring
Thu, 26 Jun 2014 13:36:22 +0200 renamed experimental learning engines
Thu, 26 Jun 2014 13:36:13 +0200 tuning
Thu, 26 Jun 2014 13:36:06 +0200 refactoring
Thu, 26 Jun 2014 13:36:00 +0200 removed experimental machine learning engine
Thu, 26 Jun 2014 13:35:56 +0200 store string-to-index tables in memory
Thu, 26 Jun 2014 13:35:52 +0200 disable 'extra' feature tainting for now
Thu, 26 Jun 2014 13:35:46 +0200 tuning
Thu, 26 Jun 2014 13:35:39 +0200 tuning
Thu, 26 Jun 2014 13:35:36 +0200 tuning
Thu, 26 Jun 2014 13:35:30 +0200 tuning
Thu, 26 Jun 2014 13:35:21 +0200 tuning
Thu, 26 Jun 2014 13:35:17 +0200 honor visible in SML naive Bayes
Thu, 26 Jun 2014 13:35:12 +0200 honor visibility in SML k-NN
Thu, 26 Jun 2014 13:35:07 +0200 got rid of a few experimental options