All Downloads are FREE. Search and download functionalities are using the official Maven repository.

evodef.Mutator Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package evodef;

public interface Mutator {
    int[] randMut(int[] v);

    DefaultMutator setSearchSpace(SearchSpace searchSpace);

    DefaultMutator setSwap(boolean swapMutation);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy