Skip to content

Commit eb977c6

Browse files
Ward WheelerWard Wheeler
authored andcommitted
Updated comment
1 parent b21f8e9 commit eb977c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/PhyGraph/Search/GeneticAlgorithm.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ geneticAlgorithm inGS inData rSeed doElitist maxNetEdges keepNum popSize generat
103103
recombineSwap = getRandomElement (seedList !! 4) [None, NNI, SPR] -- these take too long, "tbr", "alternate"]
104104

105105
-- options to join via union choices or all in fuse
106+
-- this is ignored ofr now in fuse--JoinAll is what it does
106107
joinType = getRandomElement (seedList !! 6) [JoinAlternate, JoinAll ]
107108

108109
doSteepest = True

0 commit comments

Comments
 (0)