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.
If you are using the Executor class, call the withEpsilon method:
new Executor() .withProblem(...) .withAlgorithm("eMOEA") .withEpsilon(0.01) .run();
You seem to have CSS turned off. Please don't fill out this field.
Thanks a lot
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
If you are using the Executor class, call the withEpsilon method:
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Thanks a lot