shifts-solver icon indicating copy to clipboard operation
shifts-solver copied to clipboard

Solver on genetic algorithms

Open dvorka opened this issue 8 years ago • 0 comments

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 avatar Nov 02 '15 09:11 dvorka