Is Mahout having any implementation of genetic algorithm?
I need to choose the optimal configuration for running some process. The
configuration has around 20-30 parameters.
I also have access to some expected output.
Right now, I am creating random configurations, evaluating them on
sample output ( for both positive and negative scenarios ), and pick the
best of them and do mutation and crossover.
Is mahout having something of this sort? If yes, I can use that. If not,
I can work to create something like this.
Paritosh