297298299300301302303304305306307
public void setNetwork(GeneralNeuralNetwork net) { if (net != null) { this.network = net; } else { this.network = new GeneralNeuralNetwork(this.getParCollection()); } this.removeAllAgents(); for (int i = 0; i < this.network.getNeuronCount(); i++) {