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

ai.libs.jaicore.search.model.other.AgnosticPathEvaluator Maven / Gradle / Ivy

package ai.libs.jaicore.search.model.other;

import org.api4.java.common.attributedobjects.IObjectEvaluator;
import org.api4.java.datastructure.graph.ILabeledPath;

public class AgnosticPathEvaluator implements IObjectEvaluator, Double> {

	@Override
	public Double evaluate(final ILabeledPath solutionPath) {
		return 0.0;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy