bbopt / NOMAD.jl

Julia interface to the NOMAD blackbox optimization software
Other
47 stars 5 forks source link

How to add minimum mesh size? #24

Closed sivabkumar closed 3 years ago

sivabkumar commented 3 years ago

How to specify minimum mesh size in nomad.jl

salomonl commented 3 years ago

Hey @sivabkumar ,

Infortunately, this parameter is not accessible to the user in the Julia interface. You have to use the C++ version for the moment if you want to play with this parameter. If you really want to get a stopping criteria, use the max_bb_eval parameter.

amontoison commented 3 years ago

@sivabkumar we are working on an update of the interface, it will possible in the future to give use any option available in the NOMAD4 solver.

amontoison commented 3 years ago

@sivabkumar We updated the C interface. You can specify the minimum mesh size with the release 2.1.0.

sivabkumar commented 3 years ago

Sir,Thanks for your effort.  Regards  Dr. B. Sivakumar Ph.D., Assistant Professor, Department of Applied Mathematics and Statistics, School of Mathematics, Madurai Kamaraj University, Madurai - 625 021, Tamilnadu, India. Mobile: +91 98942 27177

On Wednesday, February 17, 2021, 11:23:28 PM GMT+5:30, Alexis <notifications@github.com> wrote:  

@sivabkumar We updated the C interface. You can specify the minimum mesh size with the release 2.1.0.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

amontoison commented 3 years ago

fixed by #32