seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Implement min-conflicts heuristic (value picking optimization) #26

Open NolanVH opened 2 years ago

NolanVH commented 2 years ago

Description

The min conflicts optimization is an approach to the search problem which differs from the backtracking search. The min conflicts search can be described as follows:

The specific search algorithm to be used (backtracking or min-conflicts) should be easy to select as needed.

Acceptance Criteria

Related issues

Child of #11 and #12

Additional Resources

Add attachments, external links, etc here.

strdavis commented 2 years ago