Interface MLPlanClassifierConfig

  • All Superinterfaces:
    org.aeonbits.owner.Accessible, org.aeonbits.owner.Config, ai.libs.hasco.core.HASCOConfig, ai.libs.hasco.variants.forwarddecomposition.twophase.HASCOWithRandomCompletionsConfig, org.api4.java.algorithm.IAlgorithmConfig, org.api4.java.common.control.IConfig, ai.libs.jaicore.basic.IOwnerBasedAlgorithmConfig, ai.libs.jaicore.basic.IOwnerBasedConfig, ai.libs.jaicore.basic.IOwnerBasedRandomizedAlgorithmConfig, org.api4.java.algorithm.IRandomAlgorithmConfig, java.util.Map<java.lang.Object,​java.lang.Object>, org.aeonbits.owner.Mutable, org.aeonbits.owner.Reloadable, java.io.Serializable, ai.libs.hasco.variants.forwarddecomposition.twophase.TwoPhaseHASCOConfig

    @Sources("file:conf/mlplan.properties")
    public interface MLPlanClassifierConfig
    extends ai.libs.hasco.variants.forwarddecomposition.twophase.TwoPhaseHASCOConfig
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.aeonbits.owner.Config

        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
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFERRED_COMPONENTS  
      static java.lang.String SELECTION_PORTION  
      • Fields inherited from interface ai.libs.hasco.core.HASCOConfig

        K_VISUALIZE
      • Fields inherited from interface ai.libs.hasco.variants.forwarddecomposition.twophase.HASCOWithRandomCompletionsConfig

        K_RANDOM_COMPLETIONS_NUM, K_RANDOM_COMPLETIONS_TIMEOUT_NODE, K_RANDOM_COMPLETIONS_TIMEOUT_PATH
      • Fields inherited from interface ai.libs.jaicore.basic.IOwnerBasedAlgorithmConfig

        K_CPUS, K_MEMORY, K_THREADS, K_TIMEOUT
      • Fields inherited from interface ai.libs.jaicore.basic.IOwnerBasedRandomizedAlgorithmConfig

        K_SEED
      • Fields inherited from interface ai.libs.hasco.variants.forwarddecomposition.twophase.TwoPhaseHASCOConfig

        K_BLOWUP_POSTPROCESS, K_BLOWUP_SELECTION, K_RANDOM_SEED, K_SELECTION_EVALUATION_TIMEOUT_TOLERANCE, K_SELECTION_NUM_CONSIDERED_SOLUTIONS
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double dataPortionForSelection()  
      java.io.File preferredComponents()  
      • Methods inherited from interface org.aeonbits.owner.Accessible

        fill, getProperty, getProperty, list, list, propertyNames, store, storeToXML
      • Methods inherited from interface ai.libs.hasco.core.HASCOConfig

        visualizationEnabled
      • Methods inherited from interface ai.libs.hasco.variants.forwarddecomposition.twophase.HASCOWithRandomCompletionsConfig

        numberOfRandomCompletions, timeoutForCandidateEvaluation, timeoutForNodeEvaluation
      • Methods inherited from interface org.api4.java.common.control.IConfig

        setProperty
      • Methods inherited from interface ai.libs.jaicore.basic.IOwnerBasedAlgorithmConfig

        cpus, memory, threads, timeout
      • Methods inherited from interface ai.libs.jaicore.basic.IOwnerBasedConfig

        copy, loadPropertiesFromFile, loadPropertiesFromFileArray, loadPropertiesFromList, loadPropertiesFromResource
      • Methods inherited from interface ai.libs.jaicore.basic.IOwnerBasedRandomizedAlgorithmConfig

        seed
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from interface org.aeonbits.owner.Mutable

        addPropertyChangeListener, addPropertyChangeListener, clear, load, load, removeProperty, removePropertyChangeListener, setProperty
      • Methods inherited from interface org.aeonbits.owner.Reloadable

        addReloadListener, reload, removeReloadListener
      • Methods inherited from interface ai.libs.hasco.variants.forwarddecomposition.twophase.TwoPhaseHASCOConfig

        expectedBlowupInPostprocessing, expectedBlowupInSelection, randomSeed, selectionNumConsideredSolutions, selectionPhaseTimeoutTolerance
    • Method Detail

      • dataPortionForSelection

        @Key("mlplan.selectionportion")
        @DefaultValue("0.3")
        double dataPortionForSelection()
      • preferredComponents

        @Key("mlplan.preferredComponents")
        @DefaultValue("conf/mlplan/precedenceList.txt")
        java.io.File preferredComponents()