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
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.