Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of remaining options parameters #3

Open
1 of 2 tasks
nugentmichael1 opened this issue Mar 6, 2022 · 0 comments
Open
1 of 2 tasks

Implementation of remaining options parameters #3

nugentmichael1 opened this issue Mar 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nugentmichael1
Copy link
Owner

nugentmichael1 commented Mar 6, 2022

  • 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.
@nugentmichael1 nugentmichael1 added the enhancement New feature or request label Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant