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

ai.libs.jaicore.search.experiments.ASearchExperimentDecoder Maven / Gradle / Ivy

package ai.libs.jaicore.search.experiments;

import org.api4.java.ai.graphsearch.problem.IOptimalPathInORGraphSearch;
import org.api4.java.ai.graphsearch.problem.IPathSearchWithPathEvaluationsInput;
import org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IEvaluatedPath;

import ai.libs.jaicore.experiments.AExperimentDecoder;
import ai.libs.jaicore.experiments.IExperimentSetConfig;

public abstract class ASearchExperimentDecoder, O extends IEvaluatedPath, P extends IOptimalPathInORGraphSearch> extends AExperimentDecoder  implements ISearchExperimentDecoder {

	public ASearchExperimentDecoder(final IExperimentSetConfig config) {
		super(config);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy