- IDatabaseConfig - Interface in ai.libs.jaicore.experiments
-
Configuration interface to defined the access properties for a database connection
- IExperimentDatabaseHandle - Interface in ai.libs.jaicore.experiments
-
This interface is used by the ExperimentRunner to get, create, and update experiment entries.
- IExperimentIntermediateResultProcessor - Interface in ai.libs.jaicore.experiments
-
A result processor is used to push new result values to the database when they arrive.
- IExperimentJSONKeyGenerator - Interface in ai.libs.jaicore.experiments
-
- IExperimentKeyGenerator<T> - Interface in ai.libs.jaicore.experiments
-
An IExperimentKeyGenerator generates and validates values for a computed key field.
- IExperimentSetConfig - Interface in ai.libs.jaicore.experiments
-
- IExperimentSetEvaluator - Interface in ai.libs.jaicore.experiments
-
- IGNORE_MEMORY - Static variable in interface ai.libs.jaicore.experiments.IExperimentSetConfig
-
- IGNORE_TIME - Static variable in interface ai.libs.jaicore.experiments.IExperimentSetConfig
-
- IllegalExperimentSetupException - Exception in ai.libs.jaicore.experiments.exceptions
-
- IllegalExperimentSetupException(String) - Constructor for exception ai.libs.jaicore.experiments.exceptions.IllegalExperimentSetupException
-
- IllegalExperimentSetupException(Exception) - Constructor for exception ai.libs.jaicore.experiments.exceptions.IllegalExperimentSetupException
-
- IllegalKeyDescriptorException - Exception in ai.libs.jaicore.experiments.exceptions
-
- IllegalKeyDescriptorException(String) - Constructor for exception ai.libs.jaicore.experiments.exceptions.IllegalKeyDescriptorException
-
- IllegalKeyDescriptorException(Exception) - Constructor for exception ai.libs.jaicore.experiments.exceptions.IllegalKeyDescriptorException
-
- isValueValid(String) - Method in interface ai.libs.jaicore.experiments.IExperimentKeyGenerator
-
Tries to cast the given String to an object of the value domain and checks whether any entry in the set corresponds to it.