net.sourceforge.cilib.algorithm.population.HasNeighbourhood Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cilib-library Show documentation
Show all versions of cilib-library Show documentation
A library of composable components enabling simpler Computational Intelligence
The newest version!
package net.sourceforge.cilib.algorithm.population;
import net.sourceforge.cilib.entity.topologies.Neighbourhood;
public interface HasNeighbourhood {
Neighbourhood getNeighbourhood();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy