You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a doubt regarding this line of code : (line 71 of MHP.py)
Istar = np.sum(lastrates) + self.omega * np.sum(self.alpha[:,uj])
, why is there the self.omega ? I'm not sure of your notation but the use would be only the np.sum(lastrates) + np.sum(self.alpha[:,uj]) , no ?
Kind regards,
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for posting this code.
I have a doubt regarding this line of code : (line 71 of MHP.py)
Istar = np.sum(lastrates) + self.omega * np.sum(self.alpha[:,uj])
, why is there the self.omega ? I'm not sure of your notation but the use would be only the np.sum(lastrates) + np.sum(self.alpha[:,uj]) , no ?
Kind regards,
The text was updated successfully, but these errors were encountered: