Skip to content
Snippets Groups Projects
Commit 8bd0b05b authored by Simon Eismann's avatar Simon Eismann
Browse files

model uses correct probability functions now

parent e55e1c03
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
<resourceDemand id="_OdBlcADdEeatrcRg2tGXDw" name="WL-CPU" characterization="EXPLICIT">
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<explicitDescription>
<probFunction xsi:type="functions:IntLiteral" value="3"/>
<probFunction xsi:type="functions:ExponentialDistribution" rate="0.0142857"/>
</explicitDescription>
</resourceDemand>
</actions>
......@@ -40,7 +40,7 @@
<resourceDemand id="_CR_hEADfEeatrcRg2tGXDw" name="DBS-CPU" characterization="EXPLICIT">
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<explicitDescription>
<probFunction xsi:type="functions:IntLiteral" value="2"/>
<probFunction xsi:type="functions:ExponentialDistribution" rate="0.0188679"/>
</explicitDescription>
</resourceDemand>
</actions>
......@@ -48,7 +48,7 @@
<resourceDemand id="_Pc2_4ADfEeatrcRg2tGXDw" name="DBS-I/O">
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<explicitDescription>
<probFunction xsi:type="functions:IntLiteral" value="3"/>
<probFunction xsi:type="functions:ExponentialDistribution" rate="0.0833333"/>
</explicitDescription>
</resourceDemand>
</actions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment