diff --git a/pymoo/algorithms/moo/sms.py b/pymoo/algorithms/moo/sms.py index f9ae526c..03e7d9c1 100644 --- a/pymoo/algorithms/moo/sms.py +++ b/pymoo/algorithms/moo/sms.py @@ -137,7 +137,7 @@ def __init__(self, pop_size=100, sampling=FloatRandomSampling(), selection=TournamentSelection(func_comp=cv_and_dom_tournament), - crossover=SBX(prob_exch=0.5), + crossover=SBX(), mutation=PM(), survival=LeastHypervolumeContributionSurvival(), eliminate_duplicates=True,