Package com.treasure.hunt.strategy.searcher.impl.minimumRectangleStrategy
-
Class Summary Class Description ExcludedAreasUtils Utility functions to exclude areas which do not need to be looked at (areas already visited and areas which are excluded by hints)MinimumRectangleSearcher The strategy MinimumRectangleStrategy works similar to the strategy from the paper "Deterministic Treasure Hunt in the Plane with Angular Hints" from Bouchard et al..RectangleScanEnhanced Implements some alternatives to the RectangleScan-Routine used by the paper "Deterministic Treasure Hunt in the Plane with Angular Hints" from Bouchard et al.TransformForAxisParallelism For more information what internal and external refers to please look in the documentation of MinimumRectangleSearcher