net.sourceforge.cilib.entity.topologies.GBestNeighbourhood 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.entity.topologies;
import fj.data.List;
public class GBestNeighbourhood extends Neighbourhood {
@Override
public List f(List list, E element) {
return list;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy