Gricel Vazquez
Gricel Vazquez
Thank you for your answer. The error printed is: ``` Exception in thread "Thread-9" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0 at uoy.mrs.uoy.mrs.auxiliary.jmetal.MRSProblem.evaluate(MRSProblem.java:72) at uoy.mrs.uoy.mrs.auxiliary.jmetal.MRSProblem.evaluate(MRSProblem.java:1) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at...
My algorithm is: ``` public class CallScheduler extends AbstractAlgorithmRunner{ @SuppressWarnings("rawtypes") public static void runner(Allocation a) { MRSProblem problem = new MRSProblem(a); // crossover double crossoverProbability = 0.9; double crossoverDistributionIndex =...
Thank you! That solved the problem, but I think the solutions are not discarded when the constraint value is set to -1 (as mentioned in the manual, for a negative...
Hi, I have tried both, and it seems that sometimes it returns 1 and others -1 when I print the results (algorithm.getResult()): Sometimes: Variables: ... Objectives: ... Constraints: 1.0 And...
Hi! Sorry for the late reply. This solved my problem! Thank you!! Also, I tested fixing it to 0, 1 and -1, and only when is set to -1 solutions...
Between 9 and 11. (I have an algorithm to generate them, then I use JMetal to get the Pareto solutions). Thank you!
Ok, thank you! The population may be bigger, but for this specific scenario is quite small. I am basically using it to select combinations of robots and tasks, so the...
Same problem here! There is missing the information on what planners were used for each example, or modifications to use other solvers as in the example from Nikolaus. Thank you....
I’m having the same problem, I can’t log in anymore.