Skip to content

Commit

Permalink
fix typo in selNSGA3WithMemory docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
loganthomas committed Oct 3, 2019
1 parent 7f05510 commit b760f09
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 @@ -448,7 +448,7 @@ def sweepB(best, worst, front):
class selNSGA3WithMemory(object):
"""Class version of NSGA-III selection including memory for best, worst and
extreme points. Registering this operator in a toolbox is a bit different
than classical operators, it requires to instanciate the class instead
than classical operators, it requires to instantiate the class instead
of just registering the function::
>>> from deap import base
Expand Down

0 comments on commit b760f09

Please sign in to comment.