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

net.sourceforge.cilib.algorithm.population.HasNeighbourhood Maven / Gradle / Ivy

Go to download

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