File tree Expand file tree Collapse file tree 7 files changed +54
-18
lines changed Expand file tree Collapse file tree 7 files changed +54
-18
lines changed Original file line number Diff line number Diff line change 11########################################################################################################
2- ### MMA OPTIMIZATION ALGORITM ###
2+ ### GCMMA- MMA-Python ###
33### ###
4- ### Arjen Deetman ###
4+ ### This file is part of GCMMA-MMA-Python. GCMMA-MMA-Python is licensed under the terms of GNU ###
5+ ### General Public License as published by the Free Software Foundation. For more information and ###
6+ ### the LICENSE file, see <https://github.com/arjendeetman/GCMMA-MMA-Python>. ###
7+ ### ###
8+ ### The orginal work is written by Krister Svanberg in MATLAB. ###
9+ ### This is the python version of the code written Arjen Deetman. ###
510### version 09-11-2019 ###
611########################################################################################################
712
813"""
9- Orginal work Written by Krister Svanberg in Matlab. This is the python version of the code written
14+ Orginal work written by Krister Svanberg in Matlab. This is the python version of the code written
1015by Arjen Deetman.
1116
1217This script is the "beam problem" from the MMA paper of Krister Svanberg.
Original file line number Diff line number Diff line change 11########################################################################################################
2- ### MMA OPTIMIZATION ALGORITM ###
2+ ### GCMMA- MMA-Python ###
33### ###
4- ### Arjen Deetman ###
4+ ### This file is part of GCMMA-MMA-Python. GCMMA-MMA-Python is licensed under the terms of GNU ###
5+ ### General Public License as published by the Free Software Foundation. For more information and ###
6+ ### the LICENSE file, see <https://github.com/arjendeetman/GCMMA-MMA-Python>. ###
7+ ### ###
8+ ### The orginal work is written by Krister Svanberg in MATLAB. ###
9+ ### This is the python version of the code written Arjen Deetman. ###
510### version 09-11-2019 ###
611########################################################################################################
712
813"""
9- Orginal work Written by Krister Svanberg in Matlab. This is the python version of the code written
14+ Orginal work written by Krister Svanberg in Matlab. This is the python version of the code written
1015by Arjen Deetman.
1116
1217This file gives the functions mmasub, gcmmasub, subsolv and kktcheck.
Original file line number Diff line number Diff line change 11########################################################################################################
2- ### MMA OPTIMIZATION ALGORITM ###
2+ ### GCMMA- MMA-Python ###
33### ###
4- ### Arjen Deetman ###
4+ ### This file is part of GCMMA-MMA-Python. GCMMA-MMA-Python is licensed under the terms of GNU ###
5+ ### General Public License as published by the Free Software Foundation. For more information and ###
6+ ### the LICENSE file, see <https://github.com/arjendeetman/GCMMA-MMA-Python>. ###
7+ ### ###
8+ ### The orginal work is written by Krister Svanberg in MATLAB. ###
9+ ### This is the python version of the code written Arjen Deetman. ###
510### version 09-11-2019 ###
611########################################################################################################
712
Original file line number Diff line number Diff line change 11########################################################################################################
2- ### MMA OPTIMIZATION ALGORITM ###
2+ ### GCMMA- MMA-Python ###
33### ###
4- ### Arjen Deetman ###
4+ ### This file is part of GCMMA-MMA-Python. GCMMA-MMA-Python is licensed under the terms of GNU ###
5+ ### General Public License as published by the Free Software Foundation. For more information and ###
6+ ### the LICENSE file, see <https://github.com/arjendeetman/GCMMA-MMA-Python>. ###
7+ ### ###
8+ ### The orginal work is written by Krister Svanberg in MATLAB. ###
9+ ### This is the python version of the code written Arjen Deetman. ###
510### version 09-11-2019 ###
611########################################################################################################
712
Original file line number Diff line number Diff line change 11########################################################################################################
2- ### MMA OPTIMIZATION ALGORITM ###
2+ ### GCMMA- MMA-Python ###
33### ###
4- ### Arjen Deetman ###
4+ ### This file is part of GCMMA-MMA-Python. GCMMA-MMA-Python is licensed under the terms of GNU ###
5+ ### General Public License as published by the Free Software Foundation. For more information and ###
6+ ### the LICENSE file, see <https://github.com/arjendeetman/GCMMA-MMA-Python>. ###
7+ ### ###
8+ ### The orginal work is written by Krister Svanberg in MATLAB. ###
9+ ### This is the python version of the code written Arjen Deetman. ###
510### version 09-11-2019 ###
611########################################################################################################
712
Original file line number Diff line number Diff line change 11########################################################################################################
2- ### MMA OPTIMIZATION ALGORITM ###
2+ ### GCMMA- MMA-Python ###
33### ###
4- ### Arjen Deetman ###
4+ ### This file is part of GCMMA-MMA-Python. GCMMA-MMA-Python is licensed under the terms of GNU ###
5+ ### General Public License as published by the Free Software Foundation. For more information and ###
6+ ### the LICENSE file, see <https://github.com/arjendeetman/GCMMA-MMA-Python>. ###
7+ ### ###
8+ ### The orginal work is written by Krister Svanberg in MATLAB. ###
9+ ### This is the python version of the code written Arjen Deetman. ###
510### version 09-11-2019 ###
611########################################################################################################
712
813"""
9- Orginal work Written by Krister Svanberg in Matlab. This is the python version of the code written
14+ Orginal work written by Krister Svanberg in Matlab. This is the python version of the code written
1015by Arjen Deetman.
1116
1217This script is the "toy problem":
Original file line number Diff line number Diff line change 11########################################################################################################
2- ### MMA OPTIMIZATION ALGORITM ###
2+ ### GCMMA- MMA-Python ###
33### ###
4- ### Arjen Deetman ###
4+ ### This file is part of GCMMA-MMA-Python. GCMMA-MMA-Python is licensed under the terms of GNU ###
5+ ### General Public License as published by the Free Software Foundation. For more information and ###
6+ ### the LICENSE file, see <https://github.com/arjendeetman/GCMMA-MMA-Python>. ###
7+ ### ###
8+ ### The orginal work is written by Krister Svanberg in MATLAB. ###
9+ ### This is the python version of the code written Arjen Deetman. ###
510### version 09-11-2019 ###
611########################################################################################################
712
13+
814"""
9- Orginal work Written by Krister Svanberg in Matlab. This is the python version of the code written
15+ Orginal work written by Krister Svanberg in Matlab. This is the python version of the code written
1016by Arjen Deetman.
1117
1218This script is the "three bar truss problem":
You can’t perform that action at this time.
0 commit comments