You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just wanted to ask which parts of the examples "need to be updated":
def demo(seed=None):
"""
Create a discrete time Hawkes model and generate from it.
:return:
"""
raise NotImplementedError("This example needs to be updated.")
from
/examples/inference/standard_bfgs_demo.py
and other files.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi @thonic, thanks for reminding me about this. I changed the constructor signature last year and I never got around to backporting it to the BFGS/GD/SGD examples. It only required some minor changes to get bfgs back up and running. Unfortunately, this demo is still not as nice as the discrete and continuous demos in the examples directory.
Hi, I just wanted to ask which parts of the examples "need to be updated":
from
and other files.
Thanks in advance.
The text was updated successfully, but these errors were encountered: