How to specify algorithm-specific parameters in NLopt.jl?

Yes, there is an opt.params property that acts like a dictionary of algorithm attributes, e.g. opt.params["verbosity"] = 0 as in this example.

2 Likes