Files
PPCA-AIPacMan-2024/tracking/test_cases/q4/3-independent-eliminate-extended.solution
2024-06-26 22:14:57 +08:00

20 lines
363 B
Plaintext

# This is the solution file for test_cases/q6/3-independent-eliminate-extended.test.
variableDomainsDict: """
S : slippery rough
D : dry wet
W : sun rain
T : hot
"""
unconditionedVariables: "W"
conditionedVariables: "T"
FactorTable: """
W : sun, T : hot = 0.8
W : rain, T : hot = 0.2
"""
callTrackingList: "[('join', 'S'), ('join', 'D')]"