From eb977c61ae5a0f508d35771ea76002f2d80c44d6 Mon Sep 17 00:00:00 2001 From: Ward Wheeler Date: Tue, 4 Jul 2023 16:53:18 -0400 Subject: [PATCH] Updated comment --- pkg/PhyGraph/Search/GeneticAlgorithm.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/PhyGraph/Search/GeneticAlgorithm.hs b/pkg/PhyGraph/Search/GeneticAlgorithm.hs index a93dfbc89..2564d48be 100644 --- a/pkg/PhyGraph/Search/GeneticAlgorithm.hs +++ b/pkg/PhyGraph/Search/GeneticAlgorithm.hs @@ -103,6 +103,7 @@ geneticAlgorithm inGS inData rSeed doElitist maxNetEdges keepNum popSize generat recombineSwap = getRandomElement (seedList !! 4) [None, NNI, SPR] -- these take too long, "tbr", "alternate"] -- options to join via union choices or all in fuse + -- this is ignored ofr now in fuse--JoinAll is what it does joinType = getRandomElement (seedList !! 6) [JoinAlternate, JoinAll ] doSteepest = True