From 4be17bae4bde263cd308b001fb5f80467ab7cb81 Mon Sep 17 00:00:00 2001 From: p15806732 Date: Sat, 5 Nov 2022 01:01:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7deb37..1ac49bd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The rapid development of deep learning has brought new opportunities for the exploration of topology optimization methods. The combination of deep learning and topology optimization has become one of the hottest research fields at the moment. In this work, the neural network is directly used for topology optimization. The update of the design variables (pseudo-density) in the conventional topology optimization method is transformed into the update of the neural network's parameters, which is called **_Neural Reparameterization_**. The sensitivity analysis in the conventional topology optimization method is realized by the powerful **_Automatic Differentiation_** technology. ## Procedure -![TONR_formula_linear.png](https://osredm.com/idrl/AuTONR.git)
Fig 1. The procedure of AuTONR, taking the stiffness optimization of the linear elastic model as an example. +![TONR_formula_linear.png](https://osredm.com/repo/idrl/AuTONR/raw/branch/master/Linear_TO/image/TONR_formula_linear.png)
Fig 1. The procedure of AuTONR, taking the stiffness optimization of the linear elastic model as an example. ![TONR_Network.png](https://cdn.nlark.com/yuque/0/2022/png/2749792/1667579895206-092a68b8-95f2-43fa-9eb1-3c7fe8a44913.png#averageHue=%23190d05&clientId=ua5033e87-1d9a-4&crop=0&crop=0&crop=1&crop=1&from=ui&id=ub6e7ca67&margin=%5Bobject%20Object%5D&name=TONR_Network.png&originHeight=593&originWidth=1943&originalType=binary&ratio=1&rotation=0&showTitle=false&size=105186&status=done&style=none&taskId=u6fd64eb9-ae53-40ea-9587-2de67e727e4&title=)
Fig 2. The architecture of the neural network.