SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
711 stars 79 forks source link

Is it possible to set the parameter "min_mesh_size" of the the NOMAD algorithm when calling from Optimization.jl ? #573

Closed martinmestre closed 9 months ago

martinmestre commented 1 year ago

Thanks. If possible, how? I understand that the parameter "reltol" does not work for OptimizationNOMAD.jl

Vaibhavdixit02 commented 11 months ago

You should be able to pass in the kwarg min_mesh_size directly and it should work