@yhilpisch: Need help in debugging my code for LSM. With the current code, my value of American option is lower than European option. def option_payoff(self, stimulated_price): temp_zeros = np.zeros_like(stimulated_price) return np.maximum(self.option_flag * (stimulated_price - self....