Hi all, I'm about to start implementing an A* search in Pop11, and I
plan to use the objectclass OO extension to define the nodes in the
search space. This way I can make my code extensible and apply the
search to other problems. I just wanted to know if anyone had any rough
(or otherwise) ideas about how the use of objectclass effects the
running time for programs. Is there any significant overhead involved in
using object class, or will it not make a significant difference
(although this will obviously depend on the problem size).
thanks,
-- Nick Hawes
-------------------------------------------
PhD Student at the University of Birmingham
http://www.cs.bham.ac.uk/~nah
-------------------------------------------
|