Class ASearchExperimentDecoder<N,​A,​I extends org.api4.java.ai.graphsearch.problem.IPathSearchWithPathEvaluationsInput<N,​A,​java.lang.Double>,​O extends org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IEvaluatedPath<N,​A,​java.lang.Double>,​P extends org.api4.java.ai.graphsearch.problem.IOptimalPathInORGraphSearch<? extends I,​? extends O,​N,​A,​java.lang.Double>>

  • All Implemented Interfaces:
    ai.libs.jaicore.experiments.IExperimentDecoder<I,​P>, ISearchExperimentDecoder<N,​A,​I,​O,​P>
    Direct Known Subclasses:
    SyntheticExperimentDecoder

    public abstract class ASearchExperimentDecoder<N,​A,​I extends org.api4.java.ai.graphsearch.problem.IPathSearchWithPathEvaluationsInput<N,​A,​java.lang.Double>,​O extends org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IEvaluatedPath<N,​A,​java.lang.Double>,​P extends org.api4.java.ai.graphsearch.problem.IOptimalPathInORGraphSearch<? extends I,​? extends O,​N,​A,​java.lang.Double>>
    extends ai.libs.jaicore.experiments.AExperimentDecoder<I,​P>
    implements ISearchExperimentDecoder<N,​A,​I,​O,​P>
    • Constructor Summary

      Constructors 
      Constructor Description
      ASearchExperimentDecoder​(ai.libs.jaicore.experiments.IExperimentSetConfig config)  
    • Method Summary

      • Methods inherited from class ai.libs.jaicore.experiments.AExperimentDecoder

        checkThatAllKeyFieldsInExperimentAreDefined, getConfig
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.libs.jaicore.experiments.IExperimentDecoder

        getAlgorithm, getProblem
    • Constructor Detail

      • ASearchExperimentDecoder

        public ASearchExperimentDecoder​(ai.libs.jaicore.experiments.IExperimentSetConfig config)