Skip to content

Instantly share code, notes, and snippets.

@prerakmody
Last active September 19, 2018 17:16
Show Gist options
  • Save prerakmody/553c6d9e39c1724d442715d8a4a1d0bd to your computer and use it in GitHub Desktop.
Save prerakmody/553c6d9e39c1724d442715d8a4a1d0bd to your computer and use it in GitHub Desktop.
Interactive Intelligence

Check JAVA

  • sudo apt update
  • sudo ap install default-jre
  • java -showversion (make sure its version > 1.8)

Download Genius

  • Download genius
  • java -jar <>.jar

Genius

  1. Domain
  • Issue
    • Discrete Issues
      • Preference
      • Eg : Issue : HardDisk. Preference : [20GB, 50GB, 70GB]
    • Integer Issues []
      • Eg : HardDisk Prices. Preference : [$500, $700]
  • Preference Profile
    • importance of an issue
    • preference of the value of the issues
    • configuring the reservation value and discount
  1. Negotiations
  • Terms
    • Session
    • Tournament
    • Parties
      • automated : large amount of bids in small time
      • non-automated : fully controlled by the user
  • RUN a negotiation
    • Protocol
    • Mediator
    • Participant Info
    • Participant Table
    • Deadline
    • Round
    • Time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment