Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Parameter estimation for SLP with the Failure Adjusted Maximisation algorithm. |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 2.3 |
SHA1 sum: | 9825974abc2a00d44aaed431d69919675f191eb0 |
Author: | Nicos Angelopoulos http://stoics.org.uk/~nicos |
Maintainer: | Nicos Angelopoulos http://stoics.org.uk/~nicos |
Packager: | Nicos Angelopoulos http://stoics.org.uk/~nicos |
Home page: | http://stoics.org.uk/~nicos/sware/pepl |
Download URL: | http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-*.tgz |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
2.0.0 | fafcfb6d5a3ad61a47b18f6eb2605994e65ab733 | 1 | http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.0.0.tgz |
2.0.2 | ee6f065550ee3700769d9beb984a466bedc01ab7 | 2 | http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.0.2.tgz |
2.0.4 | 241284f41c0a6fcc8060fa99e2649f4b850bff18 | 2 | http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.0.4.tgz |
2.0.6 | 1d7c37adac097f817d8cc63d3f3195c6de8b8bbb | 8 | http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.0.6.tgz |
2.1 | 3f05a9ae71d2db3ecef0542797f954e83ae2bc04 | 13 | http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.1.tgz |
2.2 | 5cfe6ed72c0b3f987b6a644f854d0948fcf2cb43 | 6 | http://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.2.tgz |
2.3 | 9825974abc2a00d44aaed431d69919675f191eb0 | 2 | https://stoics.org.uk/~nicos/sware/packs/pepl/pepl-2.3.tgz |
This software is distributed under the MIT licence.
These programs (Pepl) implement and demonstrate parameter estimation (PE) in SLPs, using the FAM algorithm. For more information on how to use these programs see, doc/user_guide.ps.gz. In doc/pfam.ps.gz are some reading notes on the implementation of the FAM algorithm.
You most likely already done that. Pe-pl is distributed as Prolog source code that can be run on the following Prolog systems:
Yap (tested on 6.3) http://www.dcc.fc.up.pt/~vsc/Yap Swi tested on 7.1.4. http://www.swi-prolog.org/
Older versions are known to run on:
SICStus (last tested on 3.10, Pepl sources are now well out of date) http://www.sics.se/isl/sicstus.html On Swi you can install with ?- pack_install( pepl ). On Yap simply download the latest sources from http://stoics.org.uk/~nicos/sware/pepl then gunzip and untar the downloaded file.
On SWI, start swipl, and
[library(pepl)
].
[pack('pepl/examples/main')
]
main. main_store. main_sample. main_exact. (alias for main)
On Yap, cd to the Pepl's examples directory start yap, and then
[main]. main. main_store. main_sample. main_exact. (alias for main)
See main_* files in examples/ for more examples and doc/ for documentation.
Nicos Angelopoulos, http://stoics.org.uk/~nicos
London, February 2017
Pack contains 174 files holding a total of 629K bytes.