Distributed
  constructor(factory: PopulationFactory<V, F>, fitnessFunction: (V) -> F, populationName: String, children: List<GA<V, F>>)
Parameters
factory
default population factory for child GAs
fitness
default fitness function for evaluation step
population
name for DistributedPopulation
children
child GA of DistributedGA