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
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):