I was trying to implement an optimizer using Simplex Algorithm. The original codes online creates a new vector with 0 initial values in each iteration. I tried to create a common outside the loops, then use I was trying to implement an optimizer using Si