edu.duke.cs.banjo.learner
Class SearcherSimAnneal.SingleHighScoreUpdater

java.lang.Object
  extended byedu.duke.cs.banjo.learner.Searcher.HighScoreSetUpdater
      extended byedu.duke.cs.banjo.learner.SearcherSimAnneal.SingleHighScoreUpdater
Enclosing class:
SearcherSimAnneal

protected class SearcherSimAnneal.SingleHighScoreUpdater
extends Searcher.HighScoreSetUpdater

Inner class for tracking a single high-scoring network


Constructor Summary
protected SearcherSimAnneal.SingleHighScoreUpdater()
           
 
Method Summary
protected  void updateHighScoreStructureData(double bayesNetScore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearcherSimAnneal.SingleHighScoreUpdater

protected SearcherSimAnneal.SingleHighScoreUpdater()
Method Detail

updateHighScoreStructureData

protected void updateHighScoreStructureData(double bayesNetScore)
                                     throws java.lang.Exception
Specified by:
updateHighScoreStructureData in class Searcher.HighScoreSetUpdater
Throws:
java.lang.Exception