public class EcologicalPopulationUpdateWithFixedSoup extends EcologicalPopulationUpdateWithPropertyShifting
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AgentFamily> |
unchanged |
property
Constructor and Description |
---|
EcologicalPopulationUpdateWithFixedSoup(java.lang.String property,
java.util.List<AgentFamily> unchanged) |
Modifier and Type | Method and Description |
---|---|
void |
update(Simulation current,
java.util.Map<java.lang.String,AgentScore> scores,
java.util.List<AgentFamily> population) |
find, getTotalScore, getWorstScore, normalize
protected java.util.List<AgentFamily> unchanged
public EcologicalPopulationUpdateWithFixedSoup(java.lang.String property, java.util.List<AgentFamily> unchanged)
public void update(Simulation current, java.util.Map<java.lang.String,AgentScore> scores, java.util.List<AgentFamily> population)
update
in interface PopulationUpdate
update
in class EcologicalPopulationUpdateWithPropertyShifting