spiralulam / bumblebo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

constrained model pymoo

spiralulam opened this issue · comments

Solved, pymoo needs an numpy array whose ndim attribute is not 1, so [1, 2, 3] will not work but [[1], [2], [3]] does the job.