Fail to include PISA algorithm
A Free and Open Source Java Framework for Multiobjective Optimization
Brought to you by:
dhadka
Hi,
I am using version 2.4.
I have followed the procedure as stated in the manual to include HypE (from PISA) to the MOEA framework. I have double checked that I have finished all stated procedures in the manual.
However when I run the HypE, the run process is keep on 0. And I opened the task manager. The "hype.exe" is not running.
What should I do?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Further Information:
In manual "Next, extract the contents of this compressed file into the MOEA Framework installation folder."
I am using Eclipse. I have put the files into the Eclipse Workspace folder.
Am I correct?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Hello, I just tested with version 2.5 of the MOEA Framework and it appears to be working on Windows. My steps were:
Download the HypE ZIP from the PISA webpage and extract the contents to a new folder I called
hype
. So the folder is located atMOEAFramework-2.5/hype/
. If you open thehype
folder, you should see 5 files includinghype.exe
.Open
global.properties
and add the following lines:Go to the Example1.java file and change
withAlgorithm("NSGAII")
towithAlgorithm("HypE")
.Run the example.
Please comment back if this did not resolve the issue. Please also include your operating system name and version. Thanks!
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Thanks very much.
I can run HypE now.