this.addSensor(new Sensor1(lightSensors));
this.addSensor(new Sensor2(lightSensors));
this.addSensor(new Sensor3(lightSensors));
this.addSensor(new Sensor4(lightSensors));
this.addSensor(new Sensor5(lightSensors));
this.addSensor(new Sensor6(lightSensors));
this.addSensor(new Sensor7(lightSensors));
this.mut = new MutArt1VT(random, 5, this.getSensors().size(), this.getActuators().size());
}