Abstract
Stopping exploration of the search space regions that can be proven to contain only inferior solutions is an important acceleration technique in optimization algorithms. This study is focused on the utility of trie-based data structures for indexing discrete sets that allow to detect such a state faster. An empirical evaluation is performed in the context of index operations executed by a label setting algorithm for solving the Elementary Shortest Path Problem with Resource Constraints. Numerical simulations are run to compare a trie with a HATtrie, a variant of a trie, which is considered as the fastest inmemory data structure for storing text in sorted order, further optimized for efficient use of cache in modern processors. Results indicate that a HAT-trie is better suited for indexing sparse multi dimensional data, such as sets with high cardinality, offering superior performance at a lower memory footprint. Therefore, HAT-tries remain practical when tries reach their scalability limits due to an expensive memory allocation pattern. Authors leave a final note on comparing and reporting credible time benchmarks for the Elementary Shortest Path Problem with Resource Constraints.
Original language | English |
---|---|
Number of pages | 8 |
Publication status | Published - 8 Jul 2018 |
Event | 2018 IEEE Congress on Evolutionary Computation - Rio de Janeiro, Brazil Duration: 8 Jul 2018 → 13 Jul 2018 http://www.ecomp.poli.br/~wcci2018/ |
Conference
Conference | 2018 IEEE Congress on Evolutionary Computation |
---|---|
Country/Territory | Brazil |
City | Rio de Janeiro |
Period | 8/07/18 → 13/07/18 |
Internet address |
Keywords
- trie-based data structures
- indexing
- discrete sets
- elementary shortest path problem