d3.range(this.numberOfInputNodes).map(function (id) {
        this.updateParameter('weight', id, newWeights[id], false)
      }.bind(this));