You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the table of contents in the notebook with details on what we should have (copied below for convenience).
How do you want to divide the work?
I would suggest that one of us works on:
Constraint Propagation in CSPs (let's say you do that).
while the other works on Search in CSPs for now (I do this).
Then, for part 2.3 Elimination for Constraints in CSPs:
you could go for Bucket Elimination,
and I will explain Variable Elimination.
For part 3. Appendix:
I can do 3.1 Constraint Optimization Problem where I will do a map-coloring visual demo.
You could work on 3.2, think of an example, I think that we can do it with NQueens.
Concerning 3.3, I think I can do it myself by re-using explanations of Search in CSPs.
For all parts, think of interactive ways to demonstrate the concepts, not just saying this works like this and that... Nikhil emphasized this part quite a bit.
In terms of work development
Checkout the projects tab to see what is to be done and to log what has been done.
In general:
I add issues in the issues tab for something that has to be done.
then I add it as a card in the projects tab
once I am tackling an issue I put it in progress in the Projects tab (you can see that this issue is actually in the "in progress" column of the current project "CSP todo list" (see on the right panel under Projects)
Once I have an issue done, you can close the issue, and it will move automatically to Done in the Projects tab.
Feel free to use this workflow, it works great for collaboration.
CONTENTS
Introduction to Constraint Propagation Problems (L13 & L14):
As commented today, we should decide what to do with the things in the appendix.
For now, let's remove Conflict-directed Back Jumping as Nikhil said.
The rest I don't know, Min-Conflict Heuristic would be quite interesting and easy to implement.
Constraint optimization problem would be easy as well by using a map coloring problem.
@sharanraja
I have updated the table of contents in the notebook with details on what we should have (copied below for convenience).
I would suggest that one of us works on:
Then, for part 2.3 Elimination for Constraints in CSPs:
For part 3. Appendix:
For all parts, think of interactive ways to demonstrate the concepts, not just saying this works like this and that... Nikhil emphasized this part quite a bit.
In terms of work development
Checkout the projects tab to see what is to be done and to log what has been done.
In general:
Feel free to use this workflow, it works great for collaboration.
CONTENTS
Introduction to Constraint Propagation Problems (L13 & L14):
Solving CSPs (L14 & L 15):
Constraint Propagation in CSPs:
Arc-Consistency:
Propagation:
Numerical constraints:
Global constraints:
Search in CSPs:
Elimination for Constraints in CSPs:
Appendix:
The text was updated successfully, but these errors were encountered: