Page 1 of 1

8) We now aim to write the descent algorithm to find the minimums of these curves Write a function "descent algo" which

Posted: Fri Jul 08, 2022 6:37 am
by answerhappygod
8 We Now Aim To Write The Descent Algorithm To Find The Minimums Of These Curves Write A Function Descent Algo Which 1
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 40 times
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):