You do not provide any details, so I will respond by saying that a lot of choices goes into implementing an optimization algorithm. In addition to the basic algorithm, there are finite difference derivatives (forward vs central), line search techniques, and dozens of parameters that are used to control the performance and stopping criteria. Most software provides default choices, but the defaults from one package may not match the defaults in another package. For simple problems, you might hope that the parameter estimates from two different software to agree to a few decimal places. For problems that have multiple extrema, you might converge to different local minima.
... View more