qaekwy.model.searcher
This module defines the SearcherType enum, which represents different types of search algorithms.
SearcherType
An enum representing the available search algorithms.
Enum Members
- DFS: Depth-First Search.
- BAB: Branch and Bound.
- LDS: Limited Discrepancy Search.
- RBS: Restart-based Search: A search strategy that restarts the search process from a previous state to explore new paths, according to a specified cutoff.
- PBS: Portfolio-Based Search. The searches are DFS, LDS, and RBS.