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

Solver on genetic algorithms #40

Open
dvorka opened this issue Nov 2, 2015 · 0 comments
Open

Solver on genetic algorithms #40

dvorka opened this issue Nov 2, 2015 · 0 comments
Assignees

Comments

@dvorka
Copy link
Owner

dvorka commented Nov 2, 2015

GA is an approach to searching a minimum of a function. Create a function that valuates solution (state) and gives 0 to valid solution, while any partial solutions get valuation > 0.

http://de.mathworks.com/help/gads/how-the-genetic-algorithm-works.html
https://github.com/lagodiuk/genetic-algorithm

@dvorka dvorka self-assigned this Nov 2, 2015
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