diff --git a/pymoo/algorithms/soo/nonconvex/ga.py b/pymoo/algorithms/soo/nonconvex/ga.py index 951a2f12..85c42ee2 100644 --- a/pymoo/algorithms/soo/nonconvex/ga.py +++ b/pymoo/algorithms/soo/nonconvex/ga.py @@ -77,8 +77,6 @@ def __init__(self, output=output, **kwargs) - self.termination = DefaultSingleObjectiveTermination() - class BGA(GA):