edu.washington.cs.supple.render.utility
Interface FactoredCostSolver

All Known Implementing Classes:
BayesianSolver, MaxMarginSolver

public interface FactoredCostSolver

Author:
kgajos

Method Summary
 void updateCostFunctionWeights(FactoredCostFunction cf, FactoredCostConstraintGenerator constraintGenerator)
           
 void updateCostFunctionWeights(FactoredCostFunction cf, FactoredCostConstraintGenerator constraintGenerator, FactoredCostFunctionState prior)
           
 

Method Detail

updateCostFunctionWeights

public void updateCostFunctionWeights(FactoredCostFunction cf,
                                      FactoredCostConstraintGenerator constraintGenerator)

updateCostFunctionWeights

public void updateCostFunctionWeights(FactoredCostFunction cf,
                                      FactoredCostConstraintGenerator constraintGenerator,
                                      FactoredCostFunctionState prior)