Ignore:
Timestamp:
05/13/16 09:18:15 (9 years ago)
Author:
sherbold
Message:
  • added the new configuration parameter repetitions and implemented its usage in the AbstractCrossProjectExperiment?. It now allows for multiple storages of the same result in an IResultContainer to allow for repetitions of experiments with random components.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/experimentconfig.xsd

    r68 r98  
    2828        <xs:element name="eval" type="setupType" minOccurs="0" maxOccurs="unbounded"/> 
    2929        <xs:element name="storage" type="setupType" minOccurs="0" maxOccurs="unbounded"/> 
    30         <xs:element name="partialconfig" type="pathType" minOccurs="0" maxOccurs="unbounded"/> 
     30        <xs:element name="repetitions" type="repetitionsType" minOccurs="0" maxOccurs="unbounded"/> 
    3131      </xs:sequence> 
    3232    </xs:complexType> 
     
    5151    <xs:attribute name="threshold" type="xs:float" /> 
    5252  </xs:complexType> 
     53  <xs:complexType name="repetitionsType"> 
     54        <xs:attribute name="number" type="xs:integer" /> 
     55  </xs:complexType> 
    5356</xs:schema> 
Note: See TracChangeset for help on using the changeset viewer.