I am learning to use DEAP library to perform multi-objective optimization, I am largely fitting my problem based on the example shown in this link:
However, the output I got from the optimisation is only one single solution, instead of forming a pareto front like what has been shown in the example notebook above. Is there any possible clues you might share in this case? I am thinking no matter what, there should be several solutions in the output to form the pareto front showing trade-offs.
Hello there,
I am learning to use DEAP library to perform multi-objective optimization, I am largely fitting my problem based on the example shown in this link:
However, the output I got from the optimisation is only one single solution, instead of forming a pareto front like what has been shown in the example notebook above. Is there any possible clues you might share in this case? I am thinking no matter what, there should be several solutions in the output to form the pareto front showing trade-offs.