flxzmmrmnn

Results 2 issues of flxzmmrmnn

I am using a SMPSO algorithm with the following parameters: algorithm = SMPSO( problem=problem, swarm_size=200, mutation=PolynomialMutation(probability=1.0 / number_of_variables, distribution_index=20), leaders=CrowdingDistanceArchive(200), termination_criterion=StoppingByEvaluations(15000)) Everything is working so far and my results look...

Hi everyone, I am quit new to Python and programming in general. I am using SMPSO algorythm to solve a float problem with 2 objectives and 2 variables. So far...