I wan to use the NLopt’s Augmented Lagrangian algorithm in JuMP environment. In the documentation it is mentioned that the AUGLAG algorithm uses a subsidary algorithm for the optimization and that this local search algorithm can be changed by user. However I could not find any information about what the default subsidary algorithm might be. Is there possibly a way to check in JuMP environment which algorithm AUGLAG is currently using?
Thanks beforehand.