MeanAggregator#

class MeanAggregator[source]#

Bases: BaseAggregator

Aggregates the results by averaging the probability of each sample.

Methods

aggregate(results)[source]#
প্যারামিটার:

results (List[MinimumEigenOptimizationResult]) -- List of result objects that need to be combined.

রিটার্নস:

Aggregated samples by averaging them.

রিটার্ন টাইপ:

List[SolutionSample]