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 #238

Open
Lancasterwu opened this issue Mar 8, 2019 · 3 comments
Open

Implement Genetic Algorithm #238

Lancasterwu opened this issue Mar 8, 2019 · 3 comments

Comments

@Lancasterwu
Copy link
Contributor

Lancasterwu commented Mar 8, 2019

Description of the Issue

Add Detailed Comment with More Information

implement the genetic algorithm grouping method.
Here is the introduction of this algorithm on Wikipedia

Steps to Reproduce Issue

Since this is a new feature, so there is no steps to reproduce this issue.
However, this file should be in gatorgrouper/utils/ with test case in tests/

Screenshot (if possible)

Assigned Developers

@ilikerustoo @Lancasterwu

@aubreypc
Copy link
Contributor

aubreypc commented Mar 8, 2019

It looks like there is a genetic algorithm for grouping in @yeeunmariakim's fork: https://github.com/yeeunmariakim/gatorgrouper/blob/master/genetic_algorithm.py
This might be a good starting point for this feature?

@Lancasterwu
Copy link
Contributor Author

Yes, I have emailed her and received reply that we can start based on that file. However, we still need to follow MIT license.

@enpuyou
Copy link
Contributor

enpuyou commented Mar 8, 2019

Hey, you guys might want to check out this link. http://www.otlet-institute.org/wikics/Grouping_Genetic_Algorithms.html It has a description of grouping genetic algorithm(GGA) that is an example of applying GA on grouping problems. I feel this will suit our project better

@Lancasterwu Lancasterwu changed the title implement genetic algorithm Implement Genetic Algorithm Mar 8, 2019
@baldeosinghm baldeosinghm self-assigned this Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants