cmaclell / concept_formation

Python implementations of TRESTLE, COBWEB/3, and COBWEB
MIT License
61 stars 18 forks source link

Updated structure mapper to rely on expected correct guesses. #37

Closed cmaclell closed 7 years ago

eharpste commented 7 years ago

Commits were accidentally done on the wrong branch but this is work we wanted any way. This cleans up the structure_mapper a bit and makes it use expected_correct_guesses as implemented in cobweb to ensure it is optimizing for the same thing that the normal algorithm is.