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

org.evosuite.ga.ChromosomeMerger Maven / Gradle / Ivy

The newest version!
package org.evosuite.ga;

import java.util.Collection;

public interface ChromosomeMerger {
    S createMergedSolution(Collection population);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy