By netmille
via techbysample.com
Submitted: Jun 27 2012 / 13:07
In this post, we use JGAP (pronounced “jay-gap”), an open source Genetic Algorithm (GA) framework, to select an optimal set of movies based on our interests. A Genetic algorithm (GA) is a type of search algorithm that simulates the process of natural evolution. This type of algorithm is used to select an optimal solution among potentially thousands (or more) solutions for a problem domain.
Add your comment