Package ai.libs.jaicore.experiments
Class AExperimentDecoder<I,A>
- java.lang.Object
-
- ai.libs.jaicore.experiments.AExperimentDecoder<I,A>
-
- All Implemented Interfaces:
IExperimentDecoder<I,A>
public abstract class AExperimentDecoder<I,A> extends java.lang.Object implements IExperimentDecoder<I,A>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAExperimentDecoder(IExperimentSetConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckThatAllKeyFieldsInExperimentAreDefined(Experiment experiment)IExperimentSetConfiggetConfig()-
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
-
AExperimentDecoder
protected AExperimentDecoder(IExperimentSetConfig config)
-
-
Method Detail
-
checkThatAllKeyFieldsInExperimentAreDefined
public void checkThatAllKeyFieldsInExperimentAreDefined(Experiment experiment)
-
getConfig
public IExperimentSetConfig getConfig()
-
-