|
From: Luigi B. <lui...@gm...> - 2012-01-13 10:21:32
|
[Note: please leave the mailing list in cc. The discussion might be useful to others.] On Fri, Jan 13, 2012 at 11:04 AM, Laser Yuan <las...@gm...> wrote: > It looks like I do need to modify the head file frequently. I'm in debug > mode. > My objective is to modify the LongstaffSchwartzPathPricer by using a > different payoff function whose independent variables are underlying price, > time to expiry, drift, diffusion instead of the strike price. > I also want to test it with O-U stochastic process instead of GBM. Still, modifying ql/methods/montecarlo/longstaffschwartzpathpricer.hpp should only cause you to recompile a handful of files in the library, a couple in the test suite, and the examples. It shouldn't take this much. What files does your IDE recompile? Luigi |