public class SubPopulationProcessing extends java.lang.Object implements java.util.concurrent.Callable<Population>
Constructor and Description |
---|
SubPopulationProcessing(int epochLenght,
long randomSeed,
int placementWidth,
PlacementNodeProxy[] nodeProxies,
java.util.List<PlacementFrame.PlacementNetwork> networks,
int chromosomeSize) |
Modifier and Type | Method and Description |
---|---|
Population |
call() |
void |
setSubPolulation(Population population) |
public SubPopulationProcessing(int epochLenght, long randomSeed, int placementWidth, PlacementNodeProxy[] nodeProxies, java.util.List<PlacementFrame.PlacementNetwork> networks, int chromosomeSize)
public Population call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<Population>
java.lang.Exception
public void setSubPolulation(Population population)