Thu, 22 May 2014 13:07:52 +0200 |
blanchet |
add self dependency to naive Bayes
|
file |
diff |
annotate
|
Thu, 22 May 2014 13:07:51 +0200 |
blanchet |
make MaSh Python the default when passing 'fact_filter = mash' without enabling the 'maSh' Isabelle system option
|
file |
diff |
annotate
|
Thu, 22 May 2014 04:12:06 +0200 |
blanchet |
reverted '|' features in MaSh -- these sounded like a good idea but never really worked
|
file |
diff |
annotate
|
Thu, 22 May 2014 03:29:35 +0200 |
blanchet |
until naive Bayes supports weights, don't incorporate 'extra' low-weight features
|
file |
diff |
annotate
|
Wed, 21 May 2014 14:09:43 +0200 |
blanchet |
added comment
|
file |
diff |
annotate
|
Tue, 20 May 2014 22:28:44 +0200 |
blanchet |
added naive Bayes ML implementation, due to Cezary Kaliszyk (like k-NN)
|
file |
diff |
annotate
|
Tue, 20 May 2014 22:28:08 +0200 |
blanchet |
added Isabelle system option 'mash'
|
file |
diff |
annotate
|
Tue, 20 May 2014 16:31:39 +0200 |
blanchet |
more flexible environment variable
|
file |
diff |
annotate
|
Tue, 20 May 2014 16:11:37 +0200 |
blanchet |
tuning
|
file |
diff |
annotate
|
Tue, 20 May 2014 09:57:10 +0200 |
blanchet |
implemented MaSh/SML hints
|
file |
diff |
annotate
|
Tue, 20 May 2014 09:38:39 +0200 |
blanchet |
better way to take invisible facts into account than 'island' business
|
file |
diff |
annotate
|
Tue, 20 May 2014 02:47:23 +0200 |
blanchet |
cleaner handling of learned proofs
|
file |
diff |
annotate
|
Tue, 20 May 2014 00:13:31 +0200 |
blanchet |
implemented learning of single proofs in SML MaSh
|
file |
diff |
annotate
|
Mon, 19 May 2014 23:43:53 +0200 |
blanchet |
take weights into consideration in knn
|
file |
diff |
annotate
|
Mon, 19 May 2014 23:43:53 +0200 |
blanchet |
added SML implementation of MaSh
|
file |
diff |
annotate
|
Mon, 19 May 2014 23:43:53 +0200 |
blanchet |
started work on MaSh/SML
|
file |
diff |
annotate
|
Mon, 19 May 2014 23:43:53 +0200 |
blanchet |
tune
|
file |
diff |
annotate
|
Mon, 19 May 2014 23:43:53 +0200 |
blanchet |
store all MaSh data on the Isabelle side, in preparation for replacing 'mash.py' with ML solution
|
file |
diff |
annotate
|
Mon, 19 May 2014 13:53:58 +0200 |
blanchet |
hide more consts to beautify documentation
|
file |
diff |
annotate
|
Thu, 27 Mar 2014 17:12:40 +0100 |
wenzelm |
clarified Isabelle/ML bootstrap, such that Execution does not require ML_Compiler;
|
file |
diff |
annotate
|
Sat, 22 Mar 2014 18:19:57 +0100 |
wenzelm |
more antiquotations;
|
file |
diff |
annotate
|
Fri, 21 Feb 2014 00:09:56 +0100 |
blanchet |
adapted to renaming of datatype 'cases' and 'recs' to 'case' and 'rec'
|
file |
diff |
annotate
|
Mon, 03 Feb 2014 15:33:18 +0100 |
blanchet |
tuning
|
file |
diff |
annotate
|
Fri, 31 Jan 2014 10:23:32 +0100 |
blanchet |
renamed many Sledgehammer ML files to clarify structure
|
file |
diff |
annotate
|
Fri, 31 Jan 2014 10:23:32 +0100 |
blanchet |
renamed ML file
|
file |
diff |
annotate
|
Thu, 19 Dec 2013 13:43:21 +0100 |
blanchet |
made timeouts in Sledgehammer not be 'option's -- simplified lots of code
|
file |
diff |
annotate
|
Wed, 18 Dec 2013 16:50:14 +0100 |
blanchet |
tuning
|
file |
diff |
annotate
|
Mon, 09 Dec 2013 04:44:59 +0100 |
blanchet |
disable generalization in MaSh until it is shown to help
|
file |
diff |
annotate
|
Mon, 09 Dec 2013 04:03:30 +0100 |
blanchet |
generate problems with type classes
|
file |
diff |
annotate
|
Mon, 09 Dec 2013 04:03:30 +0100 |
blanchet |
more reasonable default weight
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 18:34:04 +0100 |
blanchet |
tuning
|
file |
diff |
annotate
|
Thu, 14 Nov 2013 15:57:48 +0100 |
blanchet |
have MaSh support nameless facts (i.e. proofs) and use that support
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 00:05:31 +0200 |
blanchet |
make sure add: doesn't add duplicates, and works for [no_atp] facts
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 20:49:19 +0200 |
blanchet |
generate a comment storing the goal nickname in "learn_prover"
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 20:20:53 +0200 |
blanchet |
clarified message
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 02:29:49 +0200 |
blanchet |
choose facts to reprove more randomly, to avoid getting stuck with impossible problems at first
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 01:04:00 +0200 |
blanchet |
if slicing is disabled, don't enforce last slice's "max_facts", but rather the maximum "max_facts"
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 01:03:59 +0200 |
blanchet |
remove overloading of "max_facts" -- it already controls the number of facts passed to ATPs for 'learn_prover'
|
file |
diff |
annotate
|
Tue, 15 Oct 2013 16:14:52 +0200 |
blanchet |
improved duplicate detection in "build_name_tables" by ensuring that the earliest occurrence of a duplicate (if it exists) gets picked as the canonical instance
|
file |
diff |
annotate
|
Sun, 13 Oct 2013 21:36:26 +0200 |
blanchet |
more prominent MaSh errors
|
file |
diff |
annotate
|
Thu, 10 Oct 2013 08:23:57 +0200 |
blanchet |
repaired confusion between the stated and effective fact filter -- the mismatch could result in "Match" exceptions
|
file |
diff |
annotate
|
Thu, 10 Oct 2013 01:17:37 +0200 |
blanchet |
simplify fudge factor code
|
file |
diff |
annotate
|
Wed, 09 Oct 2013 16:07:33 +0200 |
blanchet |
parallelize MeSh
|
file |
diff |
annotate
|
Wed, 09 Oct 2013 15:39:34 +0200 |
blanchet |
use same relevance filter for ATP and SMT solvers -- attempting to filter out certain ground instances of polymorphic symbols like + and 0 has unexpected side-effects that lead to incompletenesses (relevant facts not being selected)
|
file |
diff |
annotate
|
Wed, 09 Oct 2013 09:47:59 +0200 |
blanchet |
optimized built-in const check
|
file |
diff |
annotate
|
Fri, 04 Oct 2013 17:00:35 +0200 |
blanchet |
more tracing
|
file |
diff |
annotate
|
Fri, 04 Oct 2013 16:51:26 +0200 |
blanchet |
more thorough spying
|
file |
diff |
annotate
|
Fri, 04 Oct 2013 12:59:18 +0200 |
blanchet |
removed pointless special case
|
file |
diff |
annotate
|
Tue, 01 Oct 2013 15:02:12 +0200 |
blanchet |
removed spurious save if nothing needs to bee learned
|
file |
diff |
annotate
|
Tue, 24 Sep 2013 12:11:53 +0200 |
blanchet |
honor MaSh's zero-overhead policy -- no learning if the tool is disabled
|
file |
diff |
annotate
|
Mon, 23 Sep 2013 09:48:06 +0200 |
blanchet |
provide a way to override MaSh's port from configuration file
|
file |
diff |
annotate
|
Fri, 20 Sep 2013 22:39:30 +0200 |
blanchet |
reduce the number of emitted MaSh commands (among others to facilitate debugging)
|
file |
diff |
annotate
|
Fri, 20 Sep 2013 22:39:30 +0200 |
blanchet |
MaSh tweaks to facilitate debugging
|
file |
diff |
annotate
|
Thu, 12 Sep 2013 15:14:54 +0200 |
blanchet |
more robust approach to avoid Python byte code -- environment variables get inherited by subprocesses
|
file |
diff |
annotate
|
Thu, 12 Sep 2013 11:05:19 +0200 |
blanchet |
when pouring in extra features into the goal, only consider facts from the current theory -- the bottom 10 facts of the last import might be completely unrelated
|
file |
diff |
annotate
|
Thu, 12 Sep 2013 10:40:53 +0200 |
blanchet |
minor fixes
|
file |
diff |
annotate
|
Thu, 12 Sep 2013 10:05:10 +0200 |
blanchet |
invoke Python with "no bytecode" option to avoid litering Isabelle source directory with ".pyc" files (which can be problematic for a number of reasons)
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 12:14:40 +0200 |
blanchet |
reverted 6c5e7143e1f6; took a better look at evaluation data this time
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 09:07:32 +0200 |
blanchet |
tuned fudge factor in light of evaluation
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 16:51:53 +0200 |
blanchet |
repaired num_extra_feature_facts + tuning
|
file |
diff |
annotate
|