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

Prevent printing when using CMAEvolutionStrategyOpt solver #572

Open TorkelE opened 1 year ago

TorkelE commented 1 year ago

when using CMAEvolutionStrategyOpt() to solve an optimization problem I get loads of stuff printed to the output. Is there a way to prevent this? I tried verbose=false, but it does not seem to work.