summaryrefslogtreecommitdiff
path: root/nlp
diff options
context:
space:
mode:
Diffstat (limited to 'nlp')
-rw-r--r--nlp/demo.py1
1 files changed, 1 insertions, 0 deletions
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]