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

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

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

Methods in org.apache.mahout.ep with parameters of type EvolutionaryProcess.Function
 State<T> EvolutionaryProcess.parallelDo(EvolutionaryProcess.Function<T> fn)
          Execute an operation on all of the members of the population with many threads.
 



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