From 8145515d4ec5daf15b25c4206157bd726470e1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8C=E6=96=B0cas?= <11590726+liu-changxin-cas@user.noreply.gitee.com> Date: Thu, 8 Sep 2022 14:32:27 +0000 Subject: [PATCH 1/3] =?UTF-8?q?update=20=E6=9C=80=E9=80=9F=E6=A2=AF?= =?UTF-8?q?=E5=BA=A6=E4=B8=8B=E9=99=8D/MinSD.m.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘昌新cas <11590726+liu-changxin-cas@user.noreply.gitee.com> --- .../MinSD.m" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\346\234\200\351\200\237\346\242\257\345\272\246\344\270\213\351\231\215/MinSD.m" "b/\346\234\200\351\200\237\346\242\257\345\272\246\344\270\213\351\231\215/MinSD.m" index fe8182c..58d4c33 100644 --- "a/\346\234\200\351\200\237\346\242\257\345\272\246\344\270\213\351\231\215/MinSD.m" +++ "b/\346\234\200\351\200\237\346\242\257\345\272\246\344\270\213\351\231\215/MinSD.m" @@ -1,6 +1,6 @@ function [ out ] = MinSD( trgt,symList,argList ) % MinSD: 最速梯度下降法 -% +%最优化算法 % Extended description symAmount = size(symList,2); -- Gitee From d53dfd37791f0ff0d6ccd28b038d279d11bd5fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8C=E6=96=B0cas?= <11590726+liu-changxin-cas@user.noreply.gitee.com> Date: Thu, 8 Sep 2022 15:48:42 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20LICE?= =?UTF-8?q?NSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index ca99171..0000000 --- a/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Min_lisp - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file -- Gitee From b63d4de10259875eb73144341f422c94f2ff347d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8C=E6=96=B0cas?= <11590726+liu-changxin-cas@user.noreply.gitee.com> Date: Thu, 8 Sep 2022 15:49:16 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘昌新cas <11590726+liu-changxin-cas@user.noreply.gitee.com> --- LICENSE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3a378e4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) +随便试试 +Copyright (c) 2016 Min_lisp + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file -- Gitee