Skip to content

Commit 2a666d5

Browse files
committed
Apply Tigco Exercize 3 minimization patch
1 parent eccbf15 commit 2a666d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercise3/exercise3.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
" initial_theta, \n",
514514
" (X, (y == c), lambda_), \n",
515515
" jac=True, \n",
516-
" method='TNC',\n",
516+
" method='CG',\n",
517517
" options=options) \n",
518518
" \"\"\"\n",
519519
" # Some useful variables\n",

0 commit comments

Comments
 (0)