Commit Graph

1209 Commits

Author SHA1 Message Date
Vítor Santos Costa 7f910c694d fix paths 2013-03-10 15:21:42 -05:00
Vitor Santos Costa d0858c0d0c remove debugging 2013-03-10 17:24:47 +00:00
Vitor Santos Costa 6397cc9ff7 merge 2013-03-10 17:17:58 +00:00
Vitor Santos Costa e7146c9a46 new version, thread only. 2013-03-10 17:13:09 +00:00
Vitor Santos Costa b0b74fd0f8 update 2013-03-10 15:49:37 +00:00
Vitor Santos Costa f62ea7686a fixes and update 2013-03-10 15:44:23 +00:00
Vitor Santos Costa a5000dab32 change SWI stuff to swi directory. 2013-03-05 15:50:38 -06:00
Vitor Santos Costa acf565d91b new version. 2013-03-03 08:54:09 -06:00
Vitor Santos Costa b49e9b908b gradient is more complex to compute 2013-02-26 09:39:56 -06:00
Vitor Santos Costa 59d97f83b4 handle negation in tries and add debugging hooks 2013-02-26 09:39:18 -06:00
Vítor Santos Costa 6f6f578578 fix not handling 2013-02-20 13:10:20 -06:00
Vítor Santos Costa 638bee41cd fix compilation issues & up-to-date to recente SWI. 2013-02-17 07:32:55 -06:00
Vitor Santos Costa f873074961 update. 2013-02-05 14:34:55 +00:00
Vítor Santos Costa 02a9709431 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2013-01-28 09:32:22 +00:00
Vítor Santos Costa 56a22473ea update swi. 2013-01-28 09:31:06 +00:00
Tiago Gomes 0d9d59f5fe Trivial 2013-01-25 13:58:30 +00:00
Tiago Gomes 31bff4dc84 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2013-01-25 13:50:09 +00:00
Tiago Gomes bef65dac57 Fix a compilation error with older versions of GCC 2013-01-25 13:47:20 +00:00
Tiago Gomes 9dfedafe98 PFL manual: small improvements 2013-01-25 13:45:35 +00:00
Vitor Santos Costa 8e427074d8 Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3 2013-01-25 09:35:30 +00:00
Vítor Santos Costa bbaf1f13d4 upstream 2013-01-25 09:32:48 +00:00
Vítor Santos Costa c758d23ab4 upstream swi code 2013-01-25 09:32:17 +00:00
Vitor Santos Costa 829c3ec8c4 update to latest swi. 2013-01-24 13:14:07 +00:00
Vitor Santos Costa 8774fed9ff use uninstalled YAP with appropriated libs 2013-01-22 22:22:30 +00:00
Vítor Santos Costa b24c91eeb3 install chr in bootstrap 2013-01-20 22:55:19 +00:00
Vitor Santos Costa b25e1fb7e8 update 2013-01-18 14:34:15 +00:00
Tiago Gomes 5683258187 PFL manual: fix typo 2013-01-16 08:53:09 +00:00
Tiago Gomes 6cad8969c6 Put solver always as the first argument 2013-01-15 12:27:21 +00:00
Tiago Gomes cac748d41a Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2013-01-14 16:43:46 +00:00
Vítor Santos Costa ec37045ca3 new versions. 2013-01-13 11:53:58 +00:00
Tiago Gomes 83ccb31665 PFL manual: rework the parameter learning section 2013-01-12 12:30:34 +00:00
Tiago Gomes 90614d3594 PFL manual: minor tweaks 2013-01-12 12:30:14 +00:00
Tiago Gomes 3ecc65b816 PFL manual: fix typo, is sprinkler not sprinker 2013-01-11 21:15:01 +00:00
Tiago Gomes 509491cd0f PFL manual: improve the way we present the solver options 2013-01-11 19:39:27 +00:00
Tiago Gomes 8c8e2b034f Improve a bit the learning examples 2013-01-11 00:16:56 +00:00
Tiago Gomes 8285b8e1e4 Cuttify\! 2013-01-10 23:38:46 +00:00
Tiago Gomes 8f9b11cc7c Comment set_em_solver so that hve becomes that default 2013-01-10 23:04:17 +00:00
Tiago Gomes 4aa4cb50b0 Switch solver order in examples 2013-01-10 23:02:34 +00:00
Tiago Gomes f3bd8ad414 Use the word option instead of key. Key reminds me of hashes 2013-01-10 22:59:12 +00:00
Tiago Gomes f7fcfec8ce PFL manual: some rewording 2013-01-10 22:42:23 +00:00
Tiago Gomes d3e2abd677 Don't use the name horus in documentation.
It is just an internal code name.
2013-01-10 22:39:46 +00:00
Tiago Gomes fdeca2852a Use only one interface for options.
set_pfl_flag/2 now can be called for setting options for solvers written in Prolog and for solvers in Horus.
2013-01-10 22:10:22 +00:00
Tiago Gomes e5e224d89b Fix typo 2013-01-10 21:51:45 +00:00
Tiago Gomes bd84949f09 Trivial 2013-01-10 17:23:09 +00:00
Tiago Gomes 1bb1138b3a Fix EM typos 2013-01-10 13:45:24 +00:00
Vitor Santos Costa b7ef6576a6 add keys within learning 2013-01-09 18:34:19 +00:00
Vitor Santos Costa 6cee85bd60 fix cases where you get repeated keys or a(X,X) keys in PFL. 2013-01-09 18:22:01 +00:00
Vitor Santos Costa 46fbc539bf handle repeated query vars with evidence 2013-01-09 17:49:07 +00:00
Vitor Santos Costa ff953eb20a Merge branch 'master' of https://github.com/tacgomes/yap6.3 2013-01-09 16:48:16 +00:00
tacgomes 2feac46e54 PFL manual: several improvements 2013-01-09 16:45:01 +00:00