Uses of Interface
edu.duke.cs.banjo.learner.components.ProposerI

Packages that use ProposerI
edu.duke.cs.banjo.learner   
edu.duke.cs.banjo.learner.components   
 

Uses of ProposerI in edu.duke.cs.banjo.learner
 

Fields in edu.duke.cs.banjo.learner declared as ProposerI
protected  ProposerI Searcher.proposer
           
 

Uses of ProposerI in edu.duke.cs.banjo.learner.components
 

Classes in edu.duke.cs.banjo.learner.components that implement ProposerI
 class Proposer
          Combines common code shared by the different proposer implementations.
 class ProposerAllLocalMoves
          Proposes a list of all BayesNetChanges that can be applied in a single step (using addition, deletion, or reversal of a single edge), based on the current network configuration.
 class ProposerRandomLocalMove
          Proposes a single potential BayesNetChange based on the current network configuration.