Changes between Version 152 and Version 153 of WikiStart
- Timestamp:
- 03/12/19 13:34:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v152 v153 41 41 [[Image(https://tracinsy.ewi.tudelft.nl/trac/Genius2/export/333/design/classdiagram.svg, 80%)]] 42 42 43 All classes are documented in detail in the javadoc with the code. Here we just give a brief overview.43 All classes are documented in detail in the javadoc with the code. Also the serialization is annotated with the classes. Here we just give a brief overview. Later in this document we explain the serialization of a domain and profile. Also check the examples to see how this works and what typical values look like. 44 44 45 45 == issuevalue … … 51 51 52 52 == profile 53 A profile is a function that maps a bid to a real number in [0,1]. The higher the value, the more preferred is that bid. 54 53 55 54 56