-
Notifications
You must be signed in to change notification settings - Fork 412
Open
@ruddyscent
Description
While solving the problem in missionaries.py using generic_search.py from Chapter 2, I found out that there are duplicate instances of MCState in Node::explored.
스크린샷 2023年10月31日 오후 2 08 29
This is probably a problem where instances with the same value are not recognized as the same instance and are, therefore, duplicated in the set.
Metadata
Metadata
Assignees
Labels
No labels