BaseAggregator# class BaseAggregator[ソース]# ベースクラス: ABC A base abstract class for aggregates results Methods abstract aggregate(results)[ソース]# Aggregates the results. パラメータ: results (List[MinimumEigenOptimizationResult]) – List of result objects that need to be combined. 戻り値: Aggregated samples. 戻り値の型: List[SolutionSample]