Skip to content

How to count the constraint check in aima csp #1112

Description

@ThuriyaThwin

Here's an interesting line from the table Fig. 5.5, p. 143 of AIMA

              Backtrack    BT+MRV    Forward Checking  FC+MRV  Min-Conflicts

N-Queens (>40,000K) 13,500K (>40,000K) 817K 4K`

Here, N-Queens means the row is about the super-problem of solving ALL N-Queens problems for N from 2 to 50. The columns represent five different aproaches and the numbers are the computational cost of each. The differences are dramatic, and motivate this project. Numbers in parentheses mean 'no answer found after this much work'. More precisely, the numbers show the median number of basic consistency check operations (over five runs) for '2 to 50 queens' problems.

I wonder want to know how to count the constraint check in aima csp.
Please !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions