Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteOverview.cd @ 15334

Last change on this file since 15334 was 15334, checked in by pkimmesw, 7 years ago

#2665 Testet Problems, Testet error functions, Small fixes, Created HL files

File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<ClassDiagram MajorVersion="1" MinorVersion="1" MembersFormat="NameAndType">
3  <Class Name="HeuristicLab.BenchmarkSuite.BenchmarkSuiteInstanceProvider">
4    <Position X="4.25" Y="3.25" Width="3.75" />
5    <Members>
6      <Property Name="Description" Hidden="true" />
7      <Method Name="LoadData" Hidden="true" />
8      <Field Name="name" Hidden="true" />
9      <Property Name="Name" Hidden="true" />
10      <Field Name="referencePublication" Hidden="true" />
11      <Property Name="ReferencePublication" Hidden="true" />
12      <Field Name="webLink" Hidden="true" />
13      <Property Name="WebLink" Hidden="true" />
14    </Members>
15    <TypeIdentifier>
16      <HashCode>QAAAAAAAAIAwAAAAAAAAAAQAAIAEAAAAAAAAQAAAAEA=</HashCode>
17      <FileName>BenchmarkSuiteInstanceProvider.cs</FileName>
18    </TypeIdentifier>
19  </Class>
20  <Class Name="HeuristicLab.BenchmarkSuite.BenchmarkSuiteDataDescriptor">
21    <Position X="3.25" Y="0.75" Width="2.5" />
22    <Members>
23      <Method Name="CloneExamples" Hidden="true" />
24      <Property Name="Description" Hidden="true" />
25      <Field Name="ExampleFieldDelimiter" Hidden="true" />
26      <Field Name="ExampleFieldQualifier" Hidden="true" />
27      <Field Name="examples" Hidden="true" />
28      <Property Name="FileName" Hidden="true" />
29      <Method Name="GetResourceName" Hidden="true" />
30      <Property Name="InputArgumentCount" Hidden="true" />
31      <Field Name="InstanceArchiveName" Hidden="true" />
32      <Property Name="Name" Hidden="true" />
33      <Property Name="OutputArgumentCount" Hidden="true" />
34      <Method Name="ParseData" Hidden="true" />
35      <Field Name="ResourcePath" Hidden="true" />
36    </Members>
37    <Compartments>
38      <Compartment Name="Fields" Collapsed="true" />
39      <Compartment Name="Properties" Collapsed="true" />
40    </Compartments>
41    <TypeIdentifier>
42      <HashCode>AAEAAADAgAAgAAFAQAAgAAQAAAAQAABAAAAAAABEAAA=</HashCode>
43      <FileName>BenchmarkSuiteDataDescriptor.cs</FileName>
44    </TypeIdentifier>
45    <Lollipop Position="0.2" />
46  </Class>
47  <Class Name="HeuristicLab.BenchmarkSuite.Example">
48    <Position X="0.75" Y="2.75" Width="2.5" />
49    <Members>
50      <Method Name="Clone" Hidden="true" />
51      <Field Name="emptyBooleans" Hidden="true" />
52      <Field Name="emptyBooleanVectors" Hidden="true" />
53      <Field Name="emptyChars" Hidden="true" />
54      <Field Name="emptyFloats" Hidden="true" />
55      <Field Name="emptyFloatVectors" Hidden="true" />
56      <Field Name="emptyIntegers" Hidden="true" />
57      <Field Name="emptyIntegerVectors" Hidden="true" />
58      <Field Name="emptyStrings" Hidden="true" />
59      <Field Name="emptyStringVectors" Hidden="true" />
60      <Method Name="Example" Hidden="true" />
61      <Field Name="NewLineSeparator" Hidden="true" />
62      <Field Name="outputPrint" Hidden="true" />
63    </Members>
64    <TypeIdentifier>
65      <HashCode>KAgkhQAACAAEEUgAICAIAIFAQAIkEBwIAAEAAQCAAVA=</HashCode>
66      <FileName>Example.cs</FileName>
67    </TypeIdentifier>
68  </Class>
69  <Class Name="HeuristicLab.BenchmarkSuite.ProblemData">
70    <Position X="4.5" Y="4.75" Width="3.5" />
71    <Members>
72      <Method Name="Clone" Hidden="true" />
73      <Method Name="ProblemData" Hidden="true" />
74      <Field Name="ProblemType" Hidden="true" />
75    </Members>
76    <TypeIdentifier>
77      <HashCode>IAICASAAAAAIAAIAAEAAAAEAAAAQAABIAgAAQBAAABA=</HashCode>
78      <FileName>ProblemData.cs</FileName>
79    </TypeIdentifier>
80    <ShowAsAssociation>
81      <Property Name="Examples" />
82    </ShowAsAssociation>
83  </Class>
84  <Class Name="HeuristicLab.BenchmarkSuite.Problems.Median" Collapsed="true">
85    <Position X="0.75" Y="0.5" Width="2" />
86    <TypeIdentifier>
87      <HashCode>AAAAAAAAgAAgAABAIAAAAAQAAAAUAAAAAEAAAABEAAA=</HashCode>
88      <FileName>Problems\Median.cs</FileName>
89    </TypeIdentifier>
90  </Class>
91  <Class Name="HeuristicLab.BenchmarkSuite.Problems.NumberIO" Collapsed="true">
92    <Position X="0.75" Y="1.5" Width="2" />
93    <TypeIdentifier>
94      <HashCode>AAAAAAAAgAAgAABAIAAAAAQAAAAUAAAAAEAAAABEAAA=</HashCode>
95      <FileName>Problems\NumberIo.cs</FileName>
96    </TypeIdentifier>
97  </Class>
98  <Enum Name="HeuristicLab.BenchmarkSuite.ExampleArgumentType">
99    <Position X="6" Y="0.5" Width="2" />
100    <TypeIdentifier>
101      <HashCode>AAAAABAAAQAAAAAAQAAAAAAAAAQAAiEAAAAAAAAkAAA=</HashCode>
102      <FileName>ExampleArgumentType.cs</FileName>
103    </TypeIdentifier>
104  </Enum>
105  <Font Name="Segoe UI" Size="9" />
106</ClassDiagram>
Note: See TracBrowser for help on using the repository browser.