Changes between Version 155 and Version 156 of WikiStart


Ignore:
Timestamp:
03/12/19 14:27:37 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v155 v156  
    9393
    9494
    95 == Writing a party in Java
     95= Writing a party in Java
    9696
    9797Example parties can be found [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties here]. An agent is compiled with maven. After compilation ({{{mvn package}}}) you get a {{{target/yourparty-X.Y.Z-jar-with-dependencies.jar}}} that can be copied into the parties server for deployment.
     
    149149}}}
    150150
    151 === Preparing the jar file
     151== Preparing the jar file
    152152In order to put your agent on the [https://tracinsy.ewi.tudelft.nl/trac/Genius2PartiesServer partiesserver] for running, you need a jar file of your party.
    153153
     
    184184  * a number valueset contains a range of numbers and looks like {{{ {"range":["12.2","12.6","0.3"]} }}} so "range:" followed by a list of 3 values. The first value is the minimum value in the range, the second the maximum value in the range, and the third the step value. This example range thus contains 12.2 and 12.5 (the next one would be 12.8 but that is already outside the range).
    185185
    186 == Create a profile
     186= Create a profile
    187187A profile (a.k.a utilityspace) looks like this
    188188{{{