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
Initialization: Smart and Dumb. Smart is already implemented: an avoidance of horizontal and vertical collisions just through simple uniqueness of spaces within a 1d array. Dumb would be the opposite. The entire search space is allowed. The horizontal collisions would be accomplished with non-uniqueness, and a 2d array. Would require a restructure of the algorithm.
Recombination probability: Just needs to be turned into a variable and assigned in algorithm. Easy to do.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: