-
-
Notifications
You must be signed in to change notification settings - Fork 335
/
Populations.cd
54 lines (54 loc) · 2.32 KB
/
Populations.cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1" GroupingSetting="Access">
<Class Name="GeneticSharp.Domain.Populations.Generation">
<Position X="3" Y="0.5" Width="1.75" />
<Compartments>
<Compartment Name="Private" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>QAIAAAAAAAAAAAAIAEAAAAAAIAAAAAEAAAAAAAgAAAA=</HashCode>
<FileName>Populations\Generation.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="GeneticSharp.Domain.Populations.PerformanceGenerationStrategy" BaseTypeListCollapsed="true">
<Position X="7.5" Y="2" Width="3.25" />
<TypeIdentifier>
<HashCode>AAAAAAEAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Populations\PerformanceGenerationStrategy.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" Collapsed="true" />
</Class>
<Class Name="GeneticSharp.Domain.Populations.Population">
<Position X="5" Y="0.5" Width="2.25" />
<Compartments>
<Compartment Name="Private" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>AACAAQEAACAAAABIABiBQCAAAIAAAAAAAgAAAAAAAAA=</HashCode>
<FileName>Populations\Population.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="GeneticSharp.Domain.Populations.PopulationService">
<Position X="0.5" Y="3" Width="2.75" />
<TypeIdentifier>
<HashCode>AAAAAAACAAAAEAAAAAAAAAgAAIAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Populations\PopulationService.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="GeneticSharp.Domain.Populations.TrackingGenerationStrategy" BaseTypeListCollapsed="true">
<Position X="11" Y="2" Width="2.25" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Populations\TrackingGenerationStrategy.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" Collapsed="true" />
</Class>
<Interface Name="GeneticSharp.Domain.Populations.IGenerationStrategy">
<Position X="9.5" Y="0.5" Width="1.75" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Populations\IGenerationStrategy.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>