Performs mutUniformReset with reset.dist = reset.dists %*% reset.dist.weights.
mutUniformMetaReset(ind, p = 0.1, reset.dists, reset.dist.weights)[integer] the mutated individual
[integer] binary individual with values 0 or 1.
[numeric(1)] entry-wise reset probability.
[matrix] columns of probabilities to draw 1-bit per entry, if reset is performed.
Must have length(ind) rows and length(reset.dist.weights) columns.
[numeric] weight vector to select among reset.dists columns.