Indexing discrete sets in a label setting algorithm for solving the elementary shortest path problem with resource constraints

Polnik, Mateusz Damian and Riccardi, Annalisa (2018) Indexing discrete sets in a label setting algorithm for solving the elementary shortest path problem with resource constraints. In: 2018 IEEE Congress on Evolutionary Computation, 2018-07-08 - 2018-07-13.

[thumbnail of Polnik-Riccardi-IEEE-CEC-2018-Indexing-discrete-sets-in-a-label-setting-algorithm-for-solving-the-elementary-shortest-path-problem]
Preview
Text. Filename: Polnik_Riccardi_IEEE_CEC_2018_Indexing_discrete_sets_in_a_label_setting_algorithm_for_solving_the_elementary_shortest_path_problem.pdf
Accepted Author Manuscript

Download (1MB)| Preview

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.