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