gautam-bmdi
Results
1
issues of
gautam-bmdi
the line `tmptheta = theta` should be updated to `tmptheta = np.copy(theta) ` // create a deep copy of theta instead of a new reference! Otherwise the below statement will...