Changes between Version 128 and Version 129 of WikiStart
- Timestamp:
- 02/26/19 09:04:05 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v128 v129 6 6 == Genius2 overview == 7 7 Genius2 contains a number of components 8 * the core of genius: the data structures for issues, values, bids, profiles, events and actions, agents etc.9 * a web server that provides profiles and domain descriptions10 * a web server that provides instances of running parties to use for negotiation11 * a web server that can run sessions and tournaments12 8 9 ||name||description||more information || 10 ||the core ||the data structures for issues, values, bids, profiles, events and actions, agents etc.||here|| 11 ||profilesserver||a web server that provides profiles and domain descriptions||[https://tracinsy.ewi.tudelft.nl/trac/Genius2ProfilesServer profiles server]|| 12 ||partiesserver||A web server that provides instances of running parties to use for negotiation|| [https://tracinsy.ewi.tudelft.nl/trac/Genius2PartiesServer parties server]|| 13 ||runserver||A web server that can run sessions and tournaments||[https://tracinsy.ewi.tudelft.nl/trac/Genius2RunServer run server]|| 13 14 14 This repository contains the core code of Genius2.15 The genius servers can be found on16 17 * [https://tracinsy.ewi.tudelft.nl/trac/Genius2ProfilesServer profiles server]18 19 * [https://tracinsy.ewi.tudelft.nl/trac/Genius2PartiesServer parties server]20 21 * [https://tracinsy.ewi.tudelft.nl/trac/Genius2RunServer run server]22 15 23 16