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 haven't yet had a chance to consider how the algorithm should handle discrete variables. I agree that it would be very helpful, but for the time being you could include some conditional statements that, for example, force any value x<0.5 to 0 and those that fall into x>=0.5 to be 1. Although not an ideal procedure for choosing discrete values, it might get the job done for you.
I wonder how to implement the binary PSO, where the values of the particles are vectors of 0's and 1's.
It is useful for feature selection, when 0 mean doesn't include the correspond feature for the classification.
The text was updated successfully, but these errors were encountered: