-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I've got some of the main algorithms down (pattern recognition, "above" answer biases, length considerations) but am certainly still looking to tac on more ways to improve accuracy for guessing the correct answer in multiple choice questions.
The source code should be very easy to add too, the comments make it very clear what everything does. In essence, to add another algorithm: add another class that does what you need it to do, make an object in the main, and make a method for multiplying it with the desired bias.
Other things you might want to try:
Adjust the biases to get more accurate answers (although currently there is only 2 to adjust, so this isn't as important at this stage
Throw example data in from available tests and see report what kind of results you're getting