Graph execution policy to execute a traversal using the k-level-asynchronous strategy. More...
Public Member Functions | |
| kla_policy (size_t k=0) | |
| size_t | k () const |
| void | active_ratio (double ratio) |
| Set the active vertex ratio, which is a rough estimate of how many vertices will be active in a given superstep during the traversal. | |
| double | active_ratio () const |
| Retrieve the active vertex ratio. | |
Graph execution policy to execute a traversal using the k-level-asynchronous strategy.
1.8.13