-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行example时报错 #75
Comments
Have u figure it out? Same error here. |
Replace the following line of code The author[s] is requested to elaborate on the change in terms of potential issues. |
Thx, problem solved~ |
ValueError Traceback (most recent call last) /content/EvoloPy/optimizer.py in run(optimizer, objectivefunc, NumOfRuns, params, export_flags) ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (4,) + inhomogeneous part. |
please help to figure out this error |
run(optimizer, objectivefunc, NumOfRuns, params, export_flags)
a = numpy.concatenate(
File "<array_function internals>", line 200, in concatenate
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (4,) + inhomogeneous part.
The text was updated successfully, but these errors were encountered: