From 33c519cec8bf555767f112f70280840206594bd9 Mon Sep 17 00:00:00 2001 From: zhang Date: Sat, 9 Apr 2022 18:37:13 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nlp/demo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'nlp/demo.py') diff --git a/nlp/demo.py b/nlp/demo.py index 9eb7154..0a8a813 100644 --- a/nlp/demo.py +++ b/nlp/demo.py @@ -9,6 +9,7 @@ def test1(): print(res) + def test2(): fun = lambda x: (x[0]-2)**2 + 4*(x[1]-1)**2 x0 = [0, 0] -- cgit v1.2.3