Finish project 3.

This commit is contained in:
2021-12-02 12:14:45 -05:00
parent 8ba1f91f9b
commit 730d3672cc
2 changed files with 37 additions and 21 deletions

View File

@@ -63,8 +63,7 @@ def question3e():
def question6():
answerEpsilon = None
answerLearningRate = None
return answerEpsilon, answerLearningRate
# If not possible, return 'NOT POSSIBLE'
return 'NOT POSSIBLE'
if __name__ == '__main__':
print 'Answers to analysis questions:'