Oscar Dowson

Results 1424 comments of Oscar Dowson

This needs @mortenpi to decide. It looks like it was intentional: https://github.com/JuliaDocs/Documenter.jl/pull/1604

Closing as won't fix because this can be achieved in user-code without modifying NLopt.jl.

Do you have a reproducible example? I don't fully understand what you mean.

Do you have constraints? stogo does not support constraints other than bound constraints.

From the documentation: https://nlopt.readthedocs.io/en/latest/NLopt_Reference/#error-codes-negative-return-values `NLOPT_INVALID_ARGS` happens because "Invalid arguments (e.g. lower bounds are bigger than upper bounds, an unknown algorithm was specified, etcetera)." It's impossible to say what the problem...

Closing because this isn't possible to achieve in NLopt.jl. We can revisit if a future version of NLopt supports this. It will also work by default if the C library...

Bump. Any thoughts on this? Here's another case where throwing an error would be helpful: https://discourse.julialang.org/t/nlopt-forced-stop-after-one-iteration-gradient-based-optimization/94383

Another case https://discourse.julialang.org/t/nlp-attribute-scalarnonlinearfunction-is-not-supported-by-the-model/110444/16