-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Currently we need to negate the user-provided function, gradients, and Hessian to to maximize the log-density with Optimization.jl, which by default assumes the optimization problem should be minimized. However, OptimizationProblem can take a sense=Optimization.MaxSense keyword to treat the optimization problem as a maximization one.
This is only worth doing if we can make sure that whether we use Optim.jl or Optimization.jl, the downstream code can be the same.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels