I am running a NLLS regression.
After several hours, the bfgs technique gives flat region so I turned to the nr and bhhh technique, now the log likelihood stop to improve.
the Log file shows like this for hundreds of iteration and improve little for the whole night,
Iteration 70: log likelihood = 20955.101 (not concave)
vtol = 1.673e-10
Iteration 71: log likelihood = 20955.101 (not concave)
vtol = 2.844e-10
Iteration 72: log likelihood = 20955.101 (not concave)
vtol = 4.072e-11
Iteration 73: log likelihood = 20955.101 (not concave)
vtol = 1.363e-10
Iteration 74: log likelihood = 20955.101 (not concave)
vtol = 9.474e-11
Iteration 75: log likelihood = 20955.101 (not concave)
vtol = 5.717e-11
Iteration 76: log likelihood = 20955.101 (not concave)
vtol = 2.980e-11
Iteration 77: log likelihood = 20955.101 (not concave)
vtol = 6.942e-11
Iteration 78: log likelihood = 20955.101 (not concave)
vtol = 3.047e-12
Iteration 79: log likelihood = 20955.101 (not concave)
vtol = 9.194e-11
Iteration 80: log likelihood = 20955.101 (not concave)
vtol = 9.146e-12
Iteration 81: log likelihood = 20955.101 (not concave)
vtol = 5.839e-11
Iteration 82: log likelihood = 20955.101 (not concave)
vtol = 1.425e-11
Iteration 83: log likelihood = 20955.101 (not concave)
vtol = 3.658e-11
Iteration 84: log likelihood = 20955.101 (not concave)
vtol = 1.072e-11
Iteration 85: log likelihood = 20955.101 (not concave)
vtol = 3.636e-11
Iteration 86: log likelihood = 20955.101 (not concave)
vtol = 2.069e-11
I tried the"ml maximize, difficult " option, but the result is still the same.
What should I do now??
After several hours, the bfgs technique gives flat region so I turned to the nr and bhhh technique, now the log likelihood stop to improve.
the Log file shows like this for hundreds of iteration and improve little for the whole night,
Iteration 70: log likelihood = 20955.101 (not concave)
vtol = 1.673e-10
Iteration 71: log likelihood = 20955.101 (not concave)
vtol = 2.844e-10
Iteration 72: log likelihood = 20955.101 (not concave)
vtol = 4.072e-11
Iteration 73: log likelihood = 20955.101 (not concave)
vtol = 1.363e-10
Iteration 74: log likelihood = 20955.101 (not concave)
vtol = 9.474e-11
Iteration 75: log likelihood = 20955.101 (not concave)
vtol = 5.717e-11
Iteration 76: log likelihood = 20955.101 (not concave)
vtol = 2.980e-11
Iteration 77: log likelihood = 20955.101 (not concave)
vtol = 6.942e-11
Iteration 78: log likelihood = 20955.101 (not concave)
vtol = 3.047e-12
Iteration 79: log likelihood = 20955.101 (not concave)
vtol = 9.194e-11
Iteration 80: log likelihood = 20955.101 (not concave)
vtol = 9.146e-12
Iteration 81: log likelihood = 20955.101 (not concave)
vtol = 5.839e-11
Iteration 82: log likelihood = 20955.101 (not concave)
vtol = 1.425e-11
Iteration 83: log likelihood = 20955.101 (not concave)
vtol = 3.658e-11
Iteration 84: log likelihood = 20955.101 (not concave)
vtol = 1.072e-11
Iteration 85: log likelihood = 20955.101 (not concave)
vtol = 3.636e-11
Iteration 86: log likelihood = 20955.101 (not concave)
vtol = 2.069e-11
I tried the"ml maximize, difficult " option, but the result is still the same.
What should I do now??

Comment