Package pal.algorithmics
Class SearchEngine
java.lang.Object
pal.algorithmics.SearchEngine
A simplistic class (most of the work is done elsewhere) that handles basic search algorithms
- Version:
- $Id: SearchEngine.java,v 1.2 2003/10/19 02:35:26 matt Exp $
- Author:
- Matthew Goode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(AlgorithmCallback callback, double initialScore, ObjectState subject, StoppingCriteria.Factory stoppingCriteria, Ranker ranker)
-
Constructor Details
-
SearchEngine
-
-
Method Details
-
run
public void run(AlgorithmCallback callback, double initialScore, ObjectState subject, StoppingCriteria.Factory stoppingCriteria, Ranker ranker)
-