Most of time Newton Method in optimization is used to find the local minimum of a function. I am wondering what would happen if we have an maximization problem. What happened to the update equation in the maximization case:
X_k+1= x_k-t*dx OR X_k+1=x_k+t*dx
This question was asked here
Basic Question about Newton's Method for Optimization
However there two different and opposing responses and they both some votes. I would like to know can anyone clarify this ambiguity.