Files
PPCA-AIPacMan-2024/tracking/test_cases/q3/2-simple-eliminate-extended.solution
2024-06-26 22:14:57 +08:00

20 lines
345 B
Plaintext

# This is the solution file for test_cases/q4/2-simple-eliminate-extended.test.
variableDomainsDict: """
D : wet dry
W : sun rain
T : hot cold
"""
unconditionedVariables: "D W"
conditionedVariables: ""
FactorTable: """
D : wet, W : sun = 0.08
D : dry, W : sun = 0.72
D : wet, W : rain = 0.14
D : dry, W : rain = 0.06
"""