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

Implement Genetic Algorithm #267

Closed
wants to merge 46 commits into from
Closed

Conversation

Lancasterwu
Copy link
Contributor

@Lancasterwu Lancasterwu commented Mar 14, 2019

Description of Pull Request

Fixes #238

Note that this PR is incomplete.
This PR suppose to completely implement group_genetic.
It will provide the refactored group_genetic.py that can be used with gatorgrouper_cli.py.
It will also provide test cases and documentation.

  • Provide the working genetic algorithm and MIT license from @yeeunmariakim 's fork
  • Fixing linting errors in group_genetic.py
  • Add if __name__ == "__main__": to show the algorithm is working within the file
  • Edited pipfile and pipfile.lock to import new python packages

Type of Change

Please describe the pull request as one of the following:

  • Bug fix
  • Breaking change
  • New feature
  • Documentation update
  • Other

Tags

@Lancasterwu

@ilikerustoo ilikerustoo force-pushed the feature/genetic-algorithm branch from c7835b1 to 5c6369f Compare March 14, 2019 23:47
@Lancasterwu Lancasterwu changed the title Implement Basic Genetic Algorithm Implement Genetic Algorithm Mar 17, 2019
@Lancasterwu
Copy link
Contributor Author

Lancasterwu commented Mar 17, 2019

Seems like I won't be able to finish this soon. Gonna try finish this in future,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Genetic Algorithm
6 participants