Skip to content

Commit

Permalink
fix the docstring of isDominated fuction
Browse files Browse the repository at this point in the history
  • Loading branch information
t-wtnb committed Jul 9, 2020
1 parent bc77efa commit b6129ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deap/tools/emo.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def identity(obj):
return obj

def isDominated(wvalues1, wvalues2):
"""Returns whether or not *wvalues1* dominates *wvalues2*.
"""Returns whether or not *wvalues2* dominates *wvalues1*.
:param wvalues1: The weighted fitness values that would be dominated.
:param wvalues2: The weighted fitness values of the dominant.
Expand Down

0 comments on commit b6129ad

Please sign in to comment.