Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityacs authored Feb 21, 2023
1 parent 80056b7 commit 776e778
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,27 @@ An opensource python implementation of the Method of moving asymptotes (MMA)

The MMA algorithm is used largely in the topology optimization field. Here we have a python implementation of the algorithm. To understand the API, kindly see mma_test.py.

If you use this code in your paper, kindly cite the original MMA paper.


If you use this code in your paper, kindly cite the original MMA paper.
```
@article{svanberg1987method,
title={The method of moving asymptotes—a new method for structural optimization},
author={Svanberg, Krister},
journal={International journal for numerical methods in engineering},
volume={24},
number={2},
pages={359--373},
year={1987},
publisher={Wiley Online Library}
}
```
Also, cite the implementation
```
@software{mmapygithub,
author = {Aaditya Chandrasekhar and Alfred K.C. Cheung and Ian A.D. Williamson},
title = {{mmapy}: A Python implementation of the method of moving asymptotes (MMA)},
url = {http://github.com/aadityacs/mmapy},
year = {2022},
}
```

0 comments on commit 776e778

Please sign in to comment.