Enum coord_search_policy
Defined in File coord_search_policy.hpp
Enum Documentation
-
enum cosm::foraging::block_dist::coord_search_policy
The policy to use when trying to find coordinates to distribute a block to.
Values:
-
enumerator ekRANDOM
Guess and check.
-
enumerator ekFREE_CELL
Compute a list of all the free cells in the distributable area and then try each in turn to see if they will work.
-
enumerator ekRANDOM