DGEMO
DGEMO copied to clipboard
Environment error
ParetoDiscovery optimizing: generation 2Traceback (most recent call last):
File "/Users/zhengli/Desktop/Code/DGEMO-master/main.py", line 57, in
Just to follow up on this, I just wonder if it's caused by an issue with the version of the python environment when install the file.
I believe it could be either a python version or an operating system issue. Are you using windows? I remember pickle with multiprocessing could have some issues depending on how the operating system implements multiprocessing.
Thanks for receiving your reply. Seeing the advantages of the DGEMO algorithm, I really hope to use the DGEMO algorithm you provided in my future work. I have only run it on the MacOS, and then I will install and try it on my server in Linux system. Also, may I ask where you downloaded the pygco package? I did not see any relevant content from the environment.yml you provided.
Does pip install pygco
work?
Thank you very much for answering the questions. The pygco installation package has been successfully installed through github. I think the problem causing _K_inv may be caused by not initializing line 65 of gp._K_inv in the gaussian_process.py file, after modifying the code, main.py can run normally on our server.
Hi zhengli, I seem to be experiencing the same problem, can you provide a more detailed solution, appreciate it!
Hi CarllMC, perhaps you can refer to these: https://github.com/Borda/pyGCO, https://pypi.org/project/pygco/.
HI yunshengtian and sustech-lz ,I met the same problem, seems that install pygco acordding to https://github.com/Borda/pyGCO didn't work,Will installing pygco solve the problem?
Hi GL-Aronman, hope this file will help you. https://drive.google.com/drive/folders/185rwL3DnDn4Uo5CxS_WLbfaoy4gZgmPf?usp=sharing