aimacode / aima-java

Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Forward Checking with Least Constraining Values

ThuriyaThwin opened this issue · comments

I am testing aima csp with MAP of Australia and N-Queens Problem.But ,Forward Checking with Least Constraining Value heuristics is more slower than original Forward Checking algorithm.
In theory,FC_LCV should better than FC.But,aima does not.I think it has weakness in data strcture.

Mr.Thuriya Thwin
Computer Science Student