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

net.sourceforge.cilib.entity.topologies.GBestNeighbourhood Maven / Gradle / Ivy

Go to download

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