2016
DOI: 10.1016/j.eswa.2015.12.014
|View full text |Cite
|
Sign up to set email alerts
|

A multi-operator genetic algorithm for the generalized minimum spanning tree problem

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
8
0

Year Published

2016
2016
2020
2020

Publication Types

Select...
5
3

Relationship

2
6

Authors

Journals

citations
Cited by 25 publications
(8 citation statements)
references
References 18 publications
0
8
0
Order By: Relevance
“…The different algorithms generated during the evolutionary process can be decoded manually from their tree structure to obtain their corresponding pseudocode. An illustrative case is presented in Algorithm 1 that builds a solution in 6 Scientific Programming Input: Graph Output: Generalized minimum spanning tree (1) repeat (2) condition-repeat1 ← false (3) condition-repeat2 ← false (4) if least-cluster-initial-connection () or tree-leaf-connection-improvement () (5) condition-repeat1 ← true (6) else (7) while1 [condition-repeat1 ← connect-cluster-with-fewer-vertices ()] = true do (8) tree-leaf-connection-improvement () (9) end while1 (10) end if (11) if condition-repeat1 = true (12) repeat (13) flag ← connection-cluster-improvement () (14) if internal-edge-connection-improvement () (15) while1 [flag2 ← subtree-4-cluster-connection-improvement ()] = true do (16) connect-smallest-edge-with-the-tree () (17) end while1 (18) else (19) flag2 ← false (20) end if (21) if flag = flag2 (22) condition-repeat2 ← true (23) while1 connect-cluster-with-fewer-vertices() do (24) connect-cluster-with-fewer-vertices () (25) end while1 (26) end if (27) until condition-repeat2 (28) end if (29) until condition-repeat1 (30) return GMSTP Algorithm 1: Pseudocode of GMSTP2. two stages.…”
Section: Resultsmentioning
confidence: 99%
See 2 more Smart Citations
“…The different algorithms generated during the evolutionary process can be decoded manually from their tree structure to obtain their corresponding pseudocode. An illustrative case is presented in Algorithm 1 that builds a solution in 6 Scientific Programming Input: Graph Output: Generalized minimum spanning tree (1) repeat (2) condition-repeat1 ← false (3) condition-repeat2 ← false (4) if least-cluster-initial-connection () or tree-leaf-connection-improvement () (5) condition-repeat1 ← true (6) else (7) while1 [condition-repeat1 ← connect-cluster-with-fewer-vertices ()] = true do (8) tree-leaf-connection-improvement () (9) end while1 (10) end if (11) if condition-repeat1 = true (12) repeat (13) flag ← connection-cluster-improvement () (14) if internal-edge-connection-improvement () (15) while1 [flag2 ← subtree-4-cluster-connection-improvement ()] = true do (16) connect-smallest-edge-with-the-tree () (17) end while1 (18) else (19) flag2 ← false (20) end if (21) if flag = flag2 (22) condition-repeat2 ← true (23) while1 connect-cluster-with-fewer-vertices() do (24) connect-cluster-with-fewer-vertices () (25) end while1 (26) end if (27) until condition-repeat2 (28) end if (29) until condition-repeat1 (30) return GMSTP Algorithm 1: Pseudocode of GMSTP2. two stages.…”
Section: Resultsmentioning
confidence: 99%
“…The appropriate selection of genetic algorithm operators has several options [41]. In this study, operators are selected based on previous studies dealing with the automatic generation of algorithms and preliminary runs [14,27,29]. Thus, a selection operator used double tournament which consists in selecting four individuals that compete first in fitness and then in size [42,43].…”
Section: Operators Andmentioning
confidence: 99%
See 1 more Smart Citation
“…Diverse metaheuristics have also been proposed, such as the variable neighborhood search (Hu et al., 2008), genetic algorithm (GA) (Golden et al., 2005), tabu search (Öncan et al., 2008), and greedy randomized adaptive search procedure (GRASP) (Ferreira et al., 2012), among others. In particular, two of the most effective metaheuristic algorithms so far are based on GA: a multioperator GA (Contreras‐Bolton et al., 2016) and a GA that uses a two‐level solution approach (Pop et al., 2018). For a complete revision of the GMSTP, see Pop (2020).…”
Section: Literature Reviewmentioning
confidence: 99%
“…If all prizes are equal to zero (or, if all prizes are simply equal for the vertices in each group of the vertex partition), then PC‐GMSTP can be reduced to the generalized minimum spanning tree problem (GMSTP) (Feremans et al., ; Pop, ; Golden et al., ; Contreras‐Bolton et al., ). Since the decision version of the latter was proved to be NP‐hard in Myung et al.…”
Section: Introductionmentioning
confidence: 99%