Changes between Version 243 and Version 244 of WikiStart


Ignore:
Timestamp:
09/18/19 09:54:49 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v243 v244  
    304304||OpponentModel||this is a category of classes that can estimate the opponent's profile from the bids that he places.||
    305305||Pareto||a category of classes that can compute the pareto frontier from a set of profiles. Pareto optimality is an important mechanism to place optimal bids. ParetoLinearAdditive can efficiently search LinearAdditiveUtilitySpace||
    306 ||AllBidsList: this can be used to craete a list containing all possible bids in a domain. This list is created in a lazy way, and competely avoids storing the whole list in memory (which might not even fit)||
     306||AllBidsList||Creates a list containing all possible bids in any domain. Extremely fast; the list is created in a lazy way, and competely avoids storing anything in memory. Can handle sizes that would never fit in memory.||
    307307||BidsWithUtility||A tool to efficiently search LinearAdditiveUtilitySpace for bids within a certain range.||
    308308