Feeds
질문
calculate the gradient f=@(x) (x(1)-2)^4+(x(1)-2)^2*x(2)^2+(x(2)+1)^2
Hello, how to calculate the gradient, Hessian matrix, of this function.Thank you f=@(x) (x(1)-2)^4+(x(1)-2)^2*x(2)^2+(x(2)+1)...
대략 8년 전 | 답변 수: 1 | 0
1
답변답변 있음
Applying a negative to the function to find the maximum
Hello, how to calculate the gradient, Hessian matrix, of this function.Thank you f=@(x) (x(1)-2)^4+(x(1)-2)^2*x(2)^2+(x(2...
Applying a negative to the function to find the maximum
Hello, how to calculate the gradient, Hessian matrix, of this function.Thank you f=@(x) (x(1)-2)^4+(x(1)-2)^2*x(2)^2+(x(2...
대략 8년 전 | 0

