Skip to content

Commit a7a27e4

Browse files
committed
run logger gene test
1 parent f227399 commit a7a27e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com/truelaurel/algorithm/metaheuristic/genetic/GeneticAlgorithmTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class GeneticAlgorithmTest extends FlatSpec with Matchers {
1818
val popSize = 100
1919
val tournamentSize = 20
2020
val eliteSize = 20
21-
val stopper = new CountStopper(1000)
21+
val stopper = new CountStopper(5000)
2222

2323
val ga = new GeneticAlgorithm[MoveSet](popSize, tournamentSize, eliteSize, stopper)
2424

0 commit comments

Comments
 (0)