hosford42 / xcs

Accuracy-based Learning Classifier Systems (XCS)
http://hosford42.github.io/xcs/
BSD 3-Clause "New" or "Revised" License
48 stars 16 forks source link

Use logging instead of prints #9

Closed hosford42 closed 9 years ago

hosford42 commented 9 years ago

Use logging instead of prints in the test() function and the ObservedOnLineProblem class. This has the dual advantage of making the code more Python 2.x friendly (if anyone down the road decides to make it compatible) and of giving the client greater control over reporting.