Skip to content

Commit 00067eb

Browse files
committed
update code in findding best models, rework paper
1 parent f6eba92 commit 00067eb

13 files changed

+396
-486
lines changed

Udeneev2025Surrogate.pdf

653 KB
Binary file not shown.

code/best_models.zip

-5.2 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

code/graphics/clusters_GAT.png

666 KB
Loading

code/graphics/surrogate_arch.png

-31 Bytes
Loading

code/graphics/surrogate_arch.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (X11; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0" version="27.0.2">
1+
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (X11; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0" version="27.0.5">
22
<diagram name="GAT Architecture" id="gat-diagram">
3-
<mxGraphModel dx="1072" dy="577" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
3+
<mxGraphModel dx="1554" dy="845" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
44
<root>
55
<mxCell id="0" />
66
<mxCell id="1" parent="0" />
@@ -17,7 +17,7 @@
1717
<mxGeometry x="130" y="480" width="160" height="40" as="geometry" />
1818
</mxCell>
1919
<mxCell id="fc1" value="&lt;div&gt;Linear&lt;/div&gt;" style="shape=rectangle;rounded=1;whiteSpace=wrap;html=1;fillColor=#F5F5F5;" parent="1" vertex="1">
20-
<mxGeometry x="400" y="300" width="160" height="30" as="geometry" />
20+
<mxGeometry x="400" y="300" width="160" height="40" as="geometry" />
2121
</mxCell>
2222
<mxCell id="fc_norm" value="&lt;div&gt;Leaky ReLU&lt;/div&gt;&lt;div&gt;LayerNorm&lt;/div&gt;" style="shape=rectangle;rounded=1;whiteSpace=wrap;html=1;fillColor=#D5E8D4;" parent="1" vertex="1">
2323
<mxGeometry x="400" y="360" width="160" height="40" as="geometry" />
@@ -48,19 +48,19 @@
4848
<mxCell id="e13" style="edgeStyle=orthogonalEdgeStyle;rounded=0;" parent="1" source="fc2" target="out" edge="1">
4949
<mxGeometry relative="1" as="geometry" />
5050
</mxCell>
51-
<mxCell id="1mhNudxIzqTfyHtObyKU-1" value="&lt;div&gt;&lt;font style=&quot;font-size: 17px;&quot;&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
51+
<mxCell id="1mhNudxIzqTfyHtObyKU-1" value="&lt;div&gt;&lt;font style=&quot;font-size: 17px;&quot;&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
5252
<mxGeometry x="50" y="360" width="60" height="30" as="geometry" />
5353
</mxCell>
54-
<mxCell id="1mhNudxIzqTfyHtObyKU-2" value="&lt;div&gt;Output Layer&lt;/div&gt;" style="shape=rectangle;rounded=1;whiteSpace=wrap;html=1;fillColor=#DAE8FC;" vertex="1" parent="1">
54+
<mxCell id="1mhNudxIzqTfyHtObyKU-2" value="&lt;div&gt;Output Layer&lt;/div&gt;" style="shape=rectangle;rounded=1;whiteSpace=wrap;html=1;fillColor=#DAE8FC;" parent="1" vertex="1">
5555
<mxGeometry x="400" y="550" width="160" height="40" as="geometry" />
5656
</mxCell>
57-
<mxCell id="1mhNudxIzqTfyHtObyKU-3" value="" style="endArrow=classic;html=1;rounded=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="out" target="1mhNudxIzqTfyHtObyKU-2">
57+
<mxCell id="1mhNudxIzqTfyHtObyKU-3" value="" style="endArrow=classic;html=1;rounded=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="1" source="out" target="1mhNudxIzqTfyHtObyKU-2" edge="1">
5858
<mxGeometry width="50" height="50" relative="1" as="geometry">
5959
<mxPoint x="340" y="470" as="sourcePoint" />
6060
<mxPoint x="390" y="420" as="targetPoint" />
6161
</mxGeometry>
6262
</mxCell>
63-
<mxCell id="1mhNudxIzqTfyHtObyKU-4" value="" style="endArrow=classic;html=1;rounded=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="pool" target="fc1">
63+
<mxCell id="1mhNudxIzqTfyHtObyKU-4" value="" style="endArrow=classic;html=1;rounded=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="pool" target="fc1" edge="1">
6464
<mxGeometry width="50" height="50" relative="1" as="geometry">
6565
<mxPoint x="340" y="510" as="sourcePoint" />
6666
<mxPoint x="390" y="460" as="targetPoint" />
@@ -72,7 +72,7 @@
7272
</Array>
7373
</mxGeometry>
7474
</mxCell>
75-
<mxCell id="1mhNudxIzqTfyHtObyKU-8" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;labelPosition=left;verticalLabelPosition=middle;align=right;verticalAlign=middle;" vertex="1" parent="1">
75+
<mxCell id="1mhNudxIzqTfyHtObyKU-8" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;labelPosition=left;verticalLabelPosition=middle;align=right;verticalAlign=middle;" parent="1" vertex="1">
7676
<mxGeometry x="100" y="290" width="20" height="180" as="geometry" />
7777
</mxCell>
7878
</root>

0 commit comments

Comments
 (0)