In FREVO, each Representation extends the AbstractRepresentation abstract class. The constructor of the AbstractRepresentation expects to be given four parameters:
- number of inputs that will be given to the representation,
- number of outputs that is expected to generate the representation
- a random number generator (we implemented an own class for this - seed can be given as parameter)
- and a Hashtable\<String, XMLFieldEntry>... read more