Changes between Version 243 and Version 244 of WikiStart
- Timestamp:
- 09/18/19 09:54:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v243 v244 304 304 ||OpponentModel||this is a category of classes that can estimate the opponent's profile from the bids that he places.|| 305 305 ||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.|| 307 307 ||BidsWithUtility||A tool to efficiently search LinearAdditiveUtilitySpace for bids within a certain range.|| 308 308