I’m trying to find the minimum of a function with 3 variables constrained to a few restrictions with 5 variables applying the penalty method in order to optimise it using the steepest descent method with a backtracking algorithm to compute progressively the alphas. The function and restrictions are the following: min h(A, C, E) =Read more