Searched refs:mutationLikelihoods (Results 1 – 2 of 2) sorted by relevance
73 if (Options.mutationLikelihoods.containsKey(name)) { in CodeMutator()74 likelihood = Options.mutationLikelihoods.get(name); in CodeMutator()
48 public static final Map<String,Integer> mutationLikelihoods = new HashMap<String,Integer>(); field in Options281 mutationLikelihoods.put(name, likelihood); in setupMutationLikelihoodTable()343 if (mutationLikelihoods.isEmpty()) { in validateOptions()