mlpy.search.ISearch¶
-
class
mlpy.search.ISearch(task)[source]¶ Bases:
mlpy.modules.UniqueModuleThe search class interface.
Attributes
midThe module’s unique identifier. Methods
get_path()Return the optimal path from the start to the goal node. load(filename)Load the state of the module from file. save(filename)Save the current state of the module to file. save_path(path, filename)Save the path to file. search()Search for the optimal path.