Trying to run a NSGA2 optimization problem, but this error keeps popping up: ModuleNotFoundError: No module named 'pymoo.model'
I have already downloaded pymoo in the terminal and updated it to the latest version Only trying to import model is not working...pymoo.algorithim and others are found.
Tried to fix it by reinstalling pymoo