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,
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,