tpapp / MultistartOptimization.jl

Multistart optimization methods in Julia.
Other
64 stars 10 forks source link

Change tolerance of local minimizer? #4

Closed castrovjm closed 4 years ago

castrovjm commented 4 years ago

Hi,

How can I make the tolerance of the local minimizer less stringent?

Thanks for developing this.

tpapp commented 4 years ago

You would provide them to the NLoptLocalMethod.

castrovjm commented 4 years ago

Hi @tpapp, a related question: how do I set the tolerance of the global minimizer?