@Override
public void step(Wink simTime) {
super.step(simTime);
for (PrimeAgent a : this.getAgents()) {
doppelInt fitness = a.getPol().fitness();
this.setAgentPosition(a.id(), new Vector2D(a.id(), -fitness.wert));
int fitness2 = a.getPol().firstNonPrime(200);
String store = "<Tick: " + simTime + "> " + "(" + fitness.wert + " + " + fitness.doppelte + ") [" + fitness2 + "] " + a.getPol();
if (fitness2 > 45) {