Menu

#37 Fail to include PISA algorithm

2.1
open
nobody
None
5
2015-07-11
2015-07-09
Anonymous
No

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?

Discussion

  • Anonymous

    Anonymous - 2015-07-09

    Further Information:

    In manual "Next, extract the contents of this compressed fi le into the MOEA Framework installation folder."

    I am using Eclipse. I have put the files into the Eclipse Workspace folder.
    Am I correct?

     
  • Anonymous

    Anonymous - 2015-07-09

    Hello, I just tested with version 2.5 of the MOEA Framework and it appears to be working on Windows. My steps were:

    1. Download the HypE ZIP from the PISA webpage and extract the contents to a new folder I called hype. So the folder is located at MOEAFramework-2.5/hype/. If you open the hype folder, you should see 5 files including hype.exe.

    2. Open global.properties and add the following lines:

    org.moeaframework.algorithm.pisa.algorithms=HypE
    org.moeaframework.algorithm.pisa.HypE.command = ./hype/hype.exe
    org.moeaframework.algorithm.pisa.HypE.parameters = seed, tournament, mating, bound, nrOfSamples
    org.moeaframework.algorithm.pisa.HypE.parameter.tournament = 5
    org.moeaframework.algorithm.pisa.HypE.parameter.mating = 1
    org.moeaframework.algorithm.pisa.HypE.parameter.bound = 2000
    org.moeaframework.algorithm.pisa.HypE.parameter.nrOfSamples = -1
    
    1. Go to the Example1.java file and change withAlgorithm("NSGAII") to withAlgorithm("HypE").

    2. Run the example.

    Please comment back if this did not resolve the issue. Please also include your operating system name and version. Thanks!

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.