mlpy.search.ISearch

class mlpy.search.ISearch(task)[source]

Bases: mlpy.modules.UniqueModule

The search class interface.

Attributes

mid The 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.