Uses of Interface
io.github.ai4ci.config.ExperimentConfiguration
Packages that use ExperimentConfiguration
-
Uses of ExperimentConfiguration in io.github.ai4ci
Methods in io.github.ai4ci with parameters of type ExperimentConfigurationModifier and TypeMethodDescriptionstatic void
SlurmAwareLogger.setupLogger
(ExperimentConfiguration cfg, Path baseDirectory, org.apache.logging.log4j.Level console, org.apache.logging.log4j.Level file) -
Uses of ExperimentConfiguration in io.github.ai4ci.config
Classes in io.github.ai4ci.config that implement ExperimentConfigurationModifier and TypeClassDescriptionfinal class
Immutable implementation ofExperimentConfiguration
.final class
A modifiable implementation of theExperimentConfiguration
type.Methods in io.github.ai4ci.config that return ExperimentConfigurationModifier and TypeMethodDescriptionstatic ExperimentConfiguration
ExperimentConfiguration.readConfig
(Path file) Methods in io.github.ai4ci.config with parameters of type ExperimentConfigurationModifier and TypeMethodDescriptionImmutableExperimentConfiguration.copyOf
(ExperimentConfiguration instance) Creates an immutable copy of aExperimentConfiguration
value.ImmutableExperimentConfiguration.Builder.from
(ExperimentConfiguration instance) Fill a builder with attribute values from the providedExperimentConfiguration
instance.ModifiableExperimentConfiguration.from
(ExperimentConfiguration instance) Fill this modifiable instance with attribute values from the providedExperimentConfiguration
instance. -
Uses of ExperimentConfiguration in io.github.ai4ci.flow
Methods in io.github.ai4ci.flow with parameters of type ExperimentConfigurationModifier and TypeMethodDescriptionvoid
StateExporter.writeInputConfiguration
(ExperimentConfiguration tmp) Constructors in io.github.ai4ci.flow with parameters of type ExperimentConfigurationModifierConstructorDescriptionSimulationMonitor
(ExperimentConfiguration config, Path baseDirectory)