Re: Changing the default search behavior?
- From: Chip Eastham <hardmath@xxxxxxxxx>
- Date: Tue, 23 Oct 2007 16:28:32 -0000
On Oct 23, 10:36 am, sbaker8...@xxxxxxx wrote:
Are there any fairly standard ways of changing the default prolog
depth-first search? Note that I am not asking whether or not I can
implement my own custom search, as I can in any other language - of
course I can. I am wondering whether or not there are any standard
tweaks or methods of altering the default built-in search, say to use
iterative deepening, or even to go to a breadth-first search, A*, or
anything else.
Note that I am not necessarily talking about hacking into the guts of
the prolog VM. I suppose I am talking about tweaks or hacks in
general prolog code which would "trick" or otherwise make the depth-
first search seem as if it is doing something else. But beyond this,
you are welcome to recommend or discuss anything.
Thanks.
IIRC there's a discussion of this topic, Prolog-based revisions
to a default depth-first search, in Richard O'Keefe's book, _The
Craft of Prolog_, esp. the chapter titled Searching:
http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=8336
It's been many years since I read it, but it's worth looking for
a library copy to peruse.
regards, chip
.
- References:
- Changing the default search behavior?
- From: sbaker8688
- Changing the default search behavior?
- Prev by Date: Re: redundancy
- Next by Date: Re: Changing the default search behavior?
- Previous by thread: Changing the default search behavior?
- Next by thread: Re: Changing the default search behavior?
- Index(es):
Relevant Pages
|
|