Package javaff.search

Examples of javaff.search.BestFirstSearch.search()


    // ... change to using the 'all actions' neighbourhood (a null filter, as it removes nothing)
   
    BFS.setFilter(NullFilter.getInstance());
   
    // and use that
    goalState = BFS.search();
  }
 
  return goalState; // return the plan
     
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.