Re: ILP with Gnu Prolog

Paulo Moura <[email protected]> Mon, 17 May 2021 21:58:54 +0100
Newsgroups gmane.comp.gnu.prolog.general
Message-ID <[email protected]>
Hi Adam,

> On 17 May 2021, at 17:58, Adam Russell <[email protected]> wrote:
> 
> Has anyone done Inductive Logic Programming(ILP) with Gnu Prolog? I am interested in exploring this further but there are so many different ILP
> projects around, I am not sure which one to start with? Any recommendations?
> 
> I generally prefer gprolog so was hoping to find one that did not require switching prologs.

Logtalk includes a port of the Metagol ILP system that can be run with ECLiPSe, SICStus Prolog, SWI-Prolog, and
YAP. Unfortunately it cannot be run on GNU Prolog as the code requires the coroutining `when/2` predicate.

Cheers,
Paulo