Package edu.duke.cs.banjo.learner

Interface Summary
SearcherI Documents the interface for creating a searcher implementation.
 

Class Summary
Searcher Combines common code shared by the different searcher implementations.
SearcherGreedy Implements a greedy search.
SearcherSimAnneal Implements a simulated annealing-based search.
SearcherSkip This searcher is only setting up as much of the bayesnet structures as is necessary to prepare for the post-processing, without actually having to go through a search.