kubasub / chinese-checkers

COSC 3F00 Group Project
0 stars 0 forks source link

AI Unit Test Failing #181

Closed SaajidM closed 10 years ago

SaajidM commented 10 years ago

@JamesKostiuk one of the tests in the AI unit test are failing. Would you be able to take a look at it? Thanks.

JamesKostiuk commented 10 years ago

Yeah, I updated the tests after changing around the heuristics to increase AI strength and apparently lost them somewhere. I just finished calculating them again by hand, running tests now

JamesKostiuk commented 10 years ago

This is fixed now. Due to the nature of the AI (added randomization) errors can occur with the hopping tests. If this interferes with anything it has already been tested and proven to work, it can be commented out. Mainly the testes were used for checking heuristics.