Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Total order planner #275

Open
bcorfman opened this issue Nov 17, 2016 · 2 comments
Open

Total order planner #275

bcorfman opened this issue Nov 17, 2016 · 2 comments

Comments

@bcorfman
Copy link

I've made some additions to planning.py to implement a total order planner with examples. I also made a small change to utils.py to include a partition function that I used in the planner.

The code can be viewed in my fork here:
https://github.com/bcorfman/aima-python/blob/master/planning.py
https://github.com/bcorfman/aima-python/blob/master/utils.py

@norvig
Copy link
Collaborator

norvig commented Mar 7, 2017

This looks very good! I'd be happy to have this added. Sorry for the delay in responding, @bcorfman

@bcorfman
Copy link
Author

bcorfman commented Mar 8, 2017

NP. The code could always use some improvement, but I'm glad you found it useful. If there's something further you want me to do, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants