Skip to content

Commit

Permalink
SMS: Change the default SBX exchange rate also to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Nov 26, 2023
1 parent b08fd61 commit 9107776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymoo/algorithms/moo/sms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9107776

Please sign in to comment.