libprima / PRIMA.jl

a Julia interface to PRIMA, a Reference Implementation for Powell's methods with Modernization and Amelioration
MIT License
21 stars 5 forks source link

Update runtests.jl to use `maxfun = 500n` and `rhoend = 1e-6` instead of `maxfun = 200n` and `rhoend = 1e-3` #26

Closed zaikunzhang closed 6 months ago

zaikunzhang commented 6 months ago

Use maxfun = 500n and rhoend = 1e-6 instead of maxfun = 200n and rhoend = 1e-3 in the test. Users may use the tests as examples to learn how to set parameters in practice. The original values will render only rough solutions.

emmt commented 6 months ago

I agree with the changes. I have changed another rhoend value in the tests as of ee406df.