FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.dpop.stochastic.ExpectedUTIL< Val extends Addable< Val >, U extends Addable< U > >.Method Enum Reference

The method to use to choose the optimal value for a variable. More...

Public Attributes

 EXPECTATION
 The expectation method.
 EXPECTATION_MONOTONE
 The expectation method, assuming that all costs/utilities have the same sign.
 CONSENSUS
 The consensus method.
 CONSENSUS_ALL_SOLS
 The advanced consensus method for all solutions.
 ROBUST
 The robust, worst-case approach.

Detailed Description

The method to use to choose the optimal value for a variable.

Member Data Documentation

◆ CONSENSUS

◆ CONSENSUS_ALL_SOLS

◆ EXPECTATION

◆ EXPECTATION_MONOTONE

◆ ROBUST


The documentation for this enum was generated from the following file: