You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I get that output when I try to import the package: from jmetal.algorithm import NSGAII
Traceback (most recent call last):
File "Jmetal.py", line 1, in
from jmetal.algorithm import NSGAII
File "/usr/lib/python2.7/site-packages/jmetalpy-0.5.1-py2.7.egg/jmetal/init.py", line 3, in
from jmetal import algorithm
File "/usr/lib/python2.7/site-packages/jmetalpy-0.5.1-py2.7.egg/jmetal/algorithm/init.py", line 1, in
from .multiobjective.nsgaii import NSGAII
File "/usr/lib/python2.7/site-packages/jmetalpy-0.5.1-py2.7.egg/jmetal/algorithm/multiobjective/nsgaii.py", line 24
problem: Problem[S],
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Hi.
I get that output when I try to import the package: from jmetal.algorithm import NSGAII
Traceback (most recent call last):
File "Jmetal.py", line 1, in
from jmetal.algorithm import NSGAII
File "/usr/lib/python2.7/site-packages/jmetalpy-0.5.1-py2.7.egg/jmetal/init.py", line 3, in
from jmetal import algorithm
File "/usr/lib/python2.7/site-packages/jmetalpy-0.5.1-py2.7.egg/jmetal/algorithm/init.py", line 1, in
from .multiobjective.nsgaii import NSGAII
File "/usr/lib/python2.7/site-packages/jmetalpy-0.5.1-py2.7.egg/jmetal/algorithm/multiobjective/nsgaii.py", line 24
problem: Problem[S],
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: