@Config.Sources(value="file:conf/mlplan.properties")
public interface MLPlanClassifierConfig
extends ai.libs.hasco.variants.forwarddecomposition.twophase.TwoPhaseHASCOConfig
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 |
PREFERRED_COMPONENTS |
static java.lang.String |
SELECTION_PORTION |
K_BLOWUP_POSTPROCESS, K_BLOWUP_SELECTION, K_RANDOM_SEED, K_SELECTION_EVALUATION_TIMEOUT_TOLERANCE, K_SELECTION_NUM_CONSIDERED_SOLUTIONS| Modifier and Type | Method and Description |
|---|---|
double |
dataPortionForSelection() |
java.io.File |
preferredComponents() |
expectedBlowupInPostprocessing, expectedBlowupInSelection, randomSeed, selectionNumConsideredSolutions, selectionPhaseTimeoutTolerancenumberOfRandomCompletions, timeoutForCandidateEvaluation, timeoutForNodeEvaluationstatic final java.lang.String PREFERRED_COMPONENTS
static final java.lang.String SELECTION_PORTION
@Config.Key(value="mlplan.selection.mccvPortion") @Config.DefaultValue(value="0.3") double dataPortionForSelection()
@Config.Key(value="mlplan.preferredComponents") @Config.DefaultValue(value="conf/mlplan/precedenceList.txt") java.io.File preferredComponents()