RobertTLange / evosax

Evolution Strategies in JAX 🦎
Apache License 2.0
475 stars 44 forks source link

Turn off "ParameterReshaper: x parameters detected for optimization." #62

Open carlosgmartin opened 1 year ago

carlosgmartin commented 1 year ago

Would it be possible to turn off the message

ParameterReshaper: x parameters detected for optimization

by default? This can be done by setting ParameterReshaper's verbose argument's default value to False. In general, I think it's good practice to avoid polluting the standard output unless necessary (e.g. warnings or errors) or specifically requested by the user.