- 8 We Now Aim To Write The Descent Algorithm To Find The Minimums Of These Curves Write A Function Descent Algo Which 1 (13.68 KiB) Viewed 39 times
8) We now aim to write the descent algorithm to find the minimums of these curves Write a function "descent algo" which
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
8) We now aim to write the descent algorithm to find the minimums of these curves Write a function "descent algo" which
8) We now aim to write the descent algorithm to find the minimums of these curves Write a function "descent algo" which takes as an imput a function h, the 'derive function (which we previously defined), the initial point to, the parameter ox and e (as defined in tutorial sheet-on week 4). The function should return the table of points, which have been generated after successive iterations. (10 marks) This should look like def descent algo( h, derive, x0, alpha, epsilon):