---------- Forwarded message --------- From: Elfarouk Harb <[email protected]> Date: Mon, May 21, 2018, 02:11 Subject: Update 1 To: Fernando J. Iglesias García <[email protected]>
Hi Fernando, So I'm wrapping up today. *Here is a summary of what I did:* I spent most of the day debugging the boost errors, and I was almost on giving up, but I read that boost had a bug with including headers. So I went through all .h and .cpp files and moved the #include<stan/math.hpp> as the first include, and the project just compiled! I think the bug has problems relating to include guards, so ensuring I included stan/math.hpp at the top always seemed to solve the problem. I tested and a few tests that depend on the new cost function failed (SEGFAULT) but I was expecting them to fail since I still need to do some minor changes. *My next step tomorrow is:* 1) To tweak a few things in the Cost Function and pass some (if not all) of the unit tests. 2) Address changes required in Cookbook by Heiko and you 3) Finish my medium post. Let me know if you have anything in mind or any comments, Thank you, Elfarouk
