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

make NSGA2 code reusable #4

Open
mcguenther opened this issue May 9, 2019 · 0 comments
Open

make NSGA2 code reusable #4

mcguenther opened this issue May 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mcguenther
Copy link
Contributor

currently, there are two NSGA2 methods, one for each use case (generation & modification). similarly, there exist some other duplicate functions.
try to bundle common elements in one NSGA2 method. consider design patterns e.g. strategy patterns to insert different implementations for the respective use case or solve it by inheritance from a common parent class.

@mcguenther mcguenther added the enhancement New feature or request label May 9, 2019
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