论文标题
关于结构优化的教程
A Tutorial on Structural Optimization
论文作者
论文摘要
结构优化是一个有用且有趣的工具。不幸的是,新研究人员很难开始就该主题开始,因为现有教程认为读者具有实质性的领域知识。他们掩盖了结构优化确实非常简单,优雅且易于实现的事实。考虑到这一点,让我们以180行从头开始编写自己的结构优化代码。
Structural optimization is a useful and interesting tool. Unfortunately, it can be hard for new researchers to get started on the topic because existing tutorials assume the reader has substantial domain knowledge. They obscure the fact that structural optimization is really quite simple, elegant, and easy to implement. With that in mind, let's write our own structural optimization code, from scratch, in 180 lines.