You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing a multiobjective optimization using FitnessMulti type with weights=(-1.0, 1.0) and 5 variables to be optimized. It is, however, giving me the error: "Assigned values have not the same length than fitness weights" at line: for ind, fit in zip(pop, fitnesses): ind.fitness.values = fit.
The text was updated successfully, but these errors were encountered:
I am doing a multiobjective optimization using FitnessMulti type with weights=(-1.0, 1.0) and 5 variables to be optimized. It is, however, giving me the error:
"Assigned values have not the same length than fitness weights"
at line:for ind, fit in zip(pop, fitnesses): ind.fitness.values = fit.
The text was updated successfully, but these errors were encountered: