Uses of Interface
org.apache.mahout.ep.ThreadedEvolutionaryProcess.Function

Packages that use ThreadedEvolutionaryProcess.Function
org.apache.mahout.ep Provides basic evolutionary optimization using recorded-step mutation. 
 

Uses of ThreadedEvolutionaryProcess.Function in org.apache.mahout.ep
 

Methods in org.apache.mahout.ep with parameters of type ThreadedEvolutionaryProcess.Function
 State<?> ThreadedEvolutionaryProcess.optimize(ThreadedEvolutionaryProcess.Function f, int dim, long timeLimit, int parentDepth)
           
 

Constructors in org.apache.mahout.ep with parameters of type ThreadedEvolutionaryProcess.Function
ThreadedEvolutionaryProcess.EvalTask(ThreadedEvolutionaryProcess.Function f, State<?> what)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.