edu.ucla.belief.uai2006
Interface UaiMpeEngine
- All Known Implementing Classes:
- TestMpeEngine
public interface UaiMpeEngine
An interface for an algorithm that computes MPE for the 2006 UAI
evaluation.
- Author:
- Mark Chavira
computeMpe
UaiMapSolution computeMpe(Random r,
BeliefNetwork bn,
Map<FiniteVariable,Object> e,
UaiPreprocessResult pr)
throws Exception
- Computes MPE for the given network and evidence.
- Parameters:
r
- a random generator.bn
- the given network.e
- the given evidence.pr
- the preprocess result.
- Returns:
- the mpe solution.
- Throws:
Exception
Copyright 2010 UCLA Automated Reasoning Group