Changes between Version 503 and Version 504 of WikiStart
- Timestamp:
- 12/16/24 13:46:39 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v503 v504 556 556 ||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.|| 557 557 ||BidsWithUtility||A tool to efficiently search LinearAdditiveUtilitySpace for bids within a certain range.|| 558 ||SumOfGroupsLinAdditiveAdapter||An adapter that wraps a SumOfGroupsUtilitySpace to make it look like a LinearAdditive space and enabling use of the other BidSpace tools. The TimeDependentParty and derivatives use this to handle such profiles.|| 558 559 559 560 Javadoc is available on the [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release/geniusweb/bidspace artifactory]. See [wiki:WikiStart#DownloadingJavaDoc downloading javadoc]. … … 823 824 ||RandomParty||SAOP, AMOP, MOPAC, Learn||Profile||minPower (2), maxPower (infinity). Used to control voting behaviour|| 824 825 ||RandomPyParty||SAOP||Profile||-|| 825 || TimeDependentParty||SAOP, MOPAC, Learn||LinearAdditive||e (1.2) controls concession speed, minPower (1), maxPower (infinity). Used to control voting behaviour. delay (0) delays response. ||826 ||[source:exampleparties/timedependentparty/src/main/java/geniusweb/exampleparties/timedependentparty/TimeDependentParty.java TimeDependentParty]||SAOP, MOPAC, Learn||LinearAdditive||e (1.2) controls concession speed, minPower (1), maxPower (infinity). Used to control voting behaviour. delay (0) delays response. || 826 827 ||Boulware||SAOP, MOPAC, Learn||LinearAdditive||minPower (1), maxPower (infinity). Used to control voting behaviour. delay (0) delays response. || 827 828 ||Conceder||SAOP, MOPAC, Learn||LinearAdditive||minPower (1), maxPower (infinity). Used to control voting behaviour. delay (0) delays response. ||