new EvolvableBoxAgent3DAppendix(ainfo.getAppendixId(), predecessor,
ainfo.getSize(), ainfo.getPositionOnPredecessor(),
ainfo.getFreeAxis());//.hashCode();
}
EvoBoxNeuroBrain brain = new EvoBoxNeuroBrain(agent, agent.id(),
new Random(), genome.getSparseNet().createOffspring(agentId));
agent.implantBrain(brain);
return agent;
}