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

Genetic Algorithm should be built as a separate entity from classes. #3

Closed
mehmetalianil opened this issue Sep 15, 2011 · 1 comment

Comments

@mehmetalianil
Copy link
Owner

Right now, the genetic algorithm is implemented as a method under Family class.
But actually the following seems more suitable:

Genetic algorithm will have an individual, a crowd (which are objects to be inherited by Network and Family classes, respectively) a mutation that can act on that individual object, a random number generator, and a mutator.

A genetic algorithm can be coded as a wrapper of these objects, and Probe's can be used accordingly.

@mehmetalianil
Copy link
Owner Author

This is partially done. GA has class definitions and a machine that is independent of the object in question. The objects should be inherited from GA classes Elements and Ensemble.

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

No branches or pull requests

1 participant