Actually that isn't quite correct. Watchmaker was removed. That was a genetic algorithm implementation.
EP or evolutionary programming still has an implementation in Mahout in the class org.apache.mahout.ep.EvolutionaryProcess This algorithm is documented here: http://arxiv.org/abs/0803.3838 On Tue, Oct 29, 2013 at 9:33 AM, Suneel Marthi <[email protected]>wrote: > EP has been removed as of mahout 0.7 > > Sent from my iPhone > > > On Oct 29, 2013, at 9:31 AM, Pavan K Narayanan < > [email protected]> wrote: > > > > Hi, is the evolutionary algorithm package is still in active > > development in Mahout? I am interested in running a sample TSP with > > some benchmark data using 0.7. I entered > > > > $ bin/mahout > org.apache.mahout.ga.watchmaker.travellingsalesman.TravellingSalesman > > > > and got unknown program chosen error. I was actually hoping it would > > show all the options that we can use with traveling salesman. can > > anyone please give me the correct syntax? it is not even to be found > > in list of valid program names. > > > > Regards, >
