Hello, thanks for your excellent work! And recently, i have installed pymoo on my server, but when i tried to import the functions like get_sampling, it failed. The source codes are as follows:
from pymoo.factory import get_sampling, get_crossover, get_mutation
And the error is as follows:
ModuleNotFoundError: No module named 'pymoo.factory'
And i want to know why, and look forward to your reply!