mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
update test output
This commit is contained in:
@@ -235,8 +235,6 @@ class GeneticAlgorithm(SearchMethod):
|
||||
# `crossover` method and `perturb` method.
|
||||
if self._search_over:
|
||||
break
|
||||
if self._search_over:
|
||||
break
|
||||
|
||||
population = [population[0]] + children
|
||||
|
||||
|
||||
Reference in New Issue
Block a user