-
Notifications
You must be signed in to change notification settings - Fork 10
Setting up Genius Environment
Taha Doğan Güneş edited this page Nov 14, 2017
·
3 revisions
You can simply clone(or download as a zip archive) this repository (latest version of Genius 7.1.6 included) with version control system git
by:
git clone https://github.com/tdgunes/ExampleAgent.git
and import the ExampleAgent folder as a project to Intellij (other major Java IDEs also should work).
You can watch the video below which explains how to set it up from scratch with using Intellij.
You can follow the steps from the official manual, in Section 12. (November 14, 2017)
*: @Taha: I've not tested this method yet.
Please create an issue, if you find any errors or you want a topic covered in this wiki.
- Java Programming Cheatsheet
- Setting Up Genius Environment
- Stacked Alternating Offers Protocol
- AbstractNegotationParty Methods
- How to generate a random bid?
- How to generate a random bid with a utility threshold?
- How to change the content of a bid?
- How to keep track of time in a negotiation session?
- How to get the maximum and minimum bid?
- How to iterate all bids in a domain?
- How to access weights of each issue?
- How to access the evaluation of a value?