Data Structures for Direct Spanning Tree Representations in Mutation-based Evolutionary Algorithms

2019 
Optimization methods for spanning tree problems may require efficient data structures. The Node Depth Degree Representation (NDDR) has achieved relevant results for direct spanning tree representation together with evolutionary algorithms. Its two mutation operators have average time O(n), where n is the number of vertices of the graph, while similar operators implemented by predecessor arrays, a typical tree data structure, have time O(n). Dynamic trees are also relevant when investigating tree representations since they have low time complexity, but there is no proper extension of them for evolutionary algorithms. Using aspects of both a dynamic tree and NDDR, namely Euler tours and structural sharing, we propose a data structure called 2LETT, whose mutation operators have time O(n) in the worst case. Experiments with the mutation operators using 2LETT, predecessor arrays, and NDDR are carried out for graphs with up to 300,000 vertices. For a mutation operator that exchanges any two valid edges, predecessor arrays present the best performance for random trees with fewer than 10,000 vertices; while 2LETT has the best performance for trees with more than 10,000 vertices. Especially noteworthy is the fact that 2LETT is the only structure whose running time is independent of tree diameter.
    • Correction
    • Source
    • Cite
    • Save
    • Machine Reading By IdeaReader
    26
    References
    1
    Citations
    NaN
    KQI
    []