Minor addition to MutateEAMixer
This commit is contained in:
parent
65632f4cf9
commit
dddbe65b3b
@ -54,7 +54,7 @@ public class MutateEAMixer implements InterfaceMutation, java.io.Serializable {
|
|||||||
* Create a mutation mixer with equal weights of the given mutation operators.
|
* Create a mutation mixer with equal weights of the given mutation operators.
|
||||||
* @param mutators
|
* @param mutators
|
||||||
*/
|
*/
|
||||||
public MutateEAMixer(InterfaceMutation[] mutators) {
|
public MutateEAMixer(InterfaceMutation ... mutators) {
|
||||||
this.m_Mutators = new PropertyMutationMixer(mutators);
|
this.m_Mutators = new PropertyMutationMixer(mutators);
|
||||||
this.m_UseSelfAdaption = false;
|
this.m_UseSelfAdaption = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user