|
From: Laser Y. <las...@gm...> - 2012-01-13 10:31:57
|
Every time I change something, it takes almost ten minutes to rebuild it. I noticed that there a lots of warning there so it seems it's recompiling many files. I wondered if I need some make file to make the modification easier? On Fri, Jan 13, 2012 at 6:21 PM, Luigi Ballabio <lui...@gm...>wrote: > [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 > |