Menu

#38 Adjusting epsilon value for eMOEA

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

I am using version 2.4.

I wanna where can I adjust the value of epsilon. I am failed to find the file which defining this value.

Thanks.

Discussion

  • Anonymous

    Anonymous - 2015-07-11

    If you are using the Executor class, call the withEpsilon method:

        new Executor()
            .withProblem(...)
            .withAlgorithm("eMOEA")
            .withEpsilon(0.01)
            .run();
    
     
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.