Class SmacLiveRundataCollection

    • Constructor Detail

      • SmacLiveRundataCollection

        public SmacLiveRundataCollection()
    • Method Detail

      • getBestFullyEvaluatedConfigurations

        public List<FullyEvaluatedConfiguration> getBestFullyEvaluatedConfigurations​(int n)

        Returns those configurations which have been evaluated in the maximum of instances and have the highest average quality score. Those were most likely the incumbent as some point in the SMAC configuration phase.

        The maximum number of instances is estimated by getting the maximum number of runs for a single configuration.

        Parameters:
        n - The number of configurations to return.
        Returns:
        The best configurations.