Changeset 12 for exampleparties


Ignore:
Timestamp:
02/13/20 16:30:49 (4 years ago)
Author:
bart
Message:

Added ANAC2019 Example parties: Agentgg and WinkyAgent

Location:
exampleparties
Files:
42 added
2 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/pom.xml

    r11 r12  
    2626                <module>simpleshaop</module>
    2727                <module>comparebids</module>
     28                <module>anac2019</module>
    2829        </modules>
    2930</project>
  • exampleparties/simpleshaop/src/main/java/geniusweb/exampleparties/simpleshaop/ShaopParty.java

    r11 r12  
    9595        @Override
    9696        public String getDescription() {
    97                 return "Communicates with COB party to figure out which bids are good. Accepts bids with utility > 0.9. Offers random bids.";
     97                return "Communicates with COB party to figure out which bids are good. Accepts bids with utility > 0.9. Offers random bids. Requires partial profile";
    9898        }
    9999
Note: See TracChangeset for help on using the changeset viewer.