Closed jrevels closed 7 years ago
Optim already has support for this: http://julianlsolvers.github.io/Optim.jl/stable/user/tipsandtricks/#early-stopping. So we can just set our termination callback when we allocate the ElboMaximize.Config vector in joint_infer.
Optim already has support for this: http://julianlsolvers.github.io/Optim.jl/stable/user/tipsandtricks/#early-stopping. So we can just set our termination callback when we allocate the ElboMaximize.Config vector in joint_infer.