summaryrefslogtreecommitdiff
path: root/nlp
diff options
context:
space:
mode:
authorzhang <zch921005@126.com>2022-04-09 18:39:15 +0800
committerzhang <zch921005@126.com>2022-04-09 18:39:15 +0800
commit5160842a647429b36494206ee573b5e3a38884e2 (patch)
tree2b23347db6c46d08177b286508ef6624b2ab8844 /nlp
parent33c519cec8bf555767f112f70280840206594bd9 (diff)
更新脚本
Diffstat (limited to 'nlp')
-rw-r--r--nlp/demo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nlp/demo.py b/nlp/demo.py
index 0a8a813..9eb7154 100644
--- a/nlp/demo.py
+++ b/nlp/demo.py
@@ -9,7 +9,6 @@ def test1():
print(res)
-
def test2():
fun = lambda x: (x[0]-2)**2 + 4*(x[1]-1)**2
x0 = [0, 0]