public interface HASCOWithRandomCompletionsConfig extends HASCOConfig, ai.libs.jaicore.basic.algorithm.IRandomAlgorithmConfig
org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
K_RANDOM_COMPLETIONS_NUM |
static java.lang.String |
K_RANDOM_COMPLETIONS_TIMEOUT_NODE |
static java.lang.String |
K_RANDOM_COMPLETIONS_TIMEOUT_PATH |
K_VISUALIZE| Modifier and Type | Method and Description |
|---|---|
int |
numberOfRandomCompletions() |
int |
timeoutForCandidateEvaluation() |
int |
timeoutForNodeEvaluation() |
visualizationEnabledcpus, memory, threads, timeoutstatic final java.lang.String K_RANDOM_COMPLETIONS_NUM
static final java.lang.String K_RANDOM_COMPLETIONS_TIMEOUT_NODE
static final java.lang.String K_RANDOM_COMPLETIONS_TIMEOUT_PATH
@Config.Key(value="hasco.random_completions.num") @Config.DefaultValue(value="3") int numberOfRandomCompletions()
@Config.Key(value="hasco.random_completions.timeout_node") @Config.DefaultValue(value="15000") int timeoutForNodeEvaluation()
@Config.Key(value="hasco.random_completions.timeout_path") @Config.DefaultValue(value="15000") int timeoutForCandidateEvaluation()