Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wardwheeler/PhyGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
wardwheeler committed Jul 6, 2023
2 parents 0da7920 + eb977c6 commit 6497ddb
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 6497ddb

Please sign in to comment.