diff --git a/FuzzyControlSystem.py b/FuzzyControlSystem.py index 5779d2f..0065ac4 100644 --- a/FuzzyControlSystem.py +++ b/FuzzyControlSystem.py @@ -30,7 +30,7 @@ def getStartDecision(chipVal, lossNum): FS = FuzzySystem(show_banner=False) - FS.add_linguistic_variable("chipValue", AutoTriangle(3, terms=['low', 'average', 'high'], universe_of_discourse=[0, 10])) + FS.add_linguistic_variable("chipValue", AutoTriangle(3, terms=['low', 'average', 'high'], universe_of_discourse=[0, 21])) FS.add_linguistic_variable("numLossInRow", AutoTriangle(3, terms=['low', 'average', 'high'], universe_of_discourse=[0, 10])) O1 = TriangleFuzzySet(0,0,13, term="leave")