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
Hello everyone,
When i try to use MVO Algorithm I have some puzzles.
In the function of "RouletteWheelSelection", it always return 0 or -1. In addition, after the following processing, the value of White_hole_index can only be 0.
"
if White_hole_index == -1:
White_hole_index = 0
White_hole_index = 0
"
I tried to modify according to my understanding, but I don’t know if it is reasonable. Please check the request.
The text was updated successfully, but these errors were encountered:
Hello everyone,
When i try to use MVO Algorithm I have some puzzles.
In the function of "RouletteWheelSelection", it always return 0 or -1. In addition, after the following processing, the value of White_hole_index can only be 0.
"
if White_hole_index == -1:
White_hole_index = 0
White_hole_index = 0
"
I tried to modify according to my understanding, but I don’t know if it is reasonable. Please check the request.
The text was updated successfully, but these errors were encountered: