Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ward Wheeler authored and Ward Wheeler committed Jul 4, 2023
1 parent b21f8e9 commit eb977c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/PhyGraph/Search/GeneticAlgorithm.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb977c6

Please sign in to comment.