From bbbf246ea9fd0487684002a1fa8f85c8c61eadaa Mon Sep 17 00:00:00 2001 From: p15806732 Date: Sat, 5 Nov 2022 00:45:27 +0800 Subject: [PATCH] Delete 'README.md' --- README.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 570c26c..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ - -# Topology Optimization via Neural Reparameterization and Automatic Differentiation - -## Introduction -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. - -[TONR_Network.png](https://www.osredm.com/idrl/AuTONR/tree/master/Linear_TO/image/TONR_Network.png) - -## Codes -An educational code for structural topology optimization based on AuTONR. - - -## Running Requirement - -- Python -- Jax -- Jaxlib -- Optax -- Flax - - -## Citation -**Please contact to ** [zhangzeyu_work@outlook.com](zhangzeyu_work@outlook.com)
**Disclaimer**: The author reserves all rights but does not guarantee that the code is free from errors. Furthermore, we shall not be liable in any event. -```markdown -@article{Zhang_TONRExploration_2021, - title = {{{TONR}}: {{An}} Exploration for a Novel Way Combining Neural Network with Topology Optimization}, - shorttitle = {{{TONR}}}, - author = {Zhang, Zeyu and Li, Yu and Zhou, Weien and Chen, Xiaoqian and Yao, Wen and Zhao, Yong}, - year = {2021}, - month = dec, - journal = {Computer Methods in Applied Mechanics and Engineering}, - volume = {386}, - pages = {114083}, - issn = {00457825}, - doi = {10.1016/j.cma.2021.114083}, - langid = {english}, - } -``` -