CMA-ES / pycma

Python implementation of CMA-ES
Other
1.1k stars 178 forks source link

Separate boundary handling from constraints handling #261

Open nikohansen opened 2 months ago

nikohansen commented 2 months ago

Move boundary handling code to new module and import currently defined names into constraints_handler to not break previous code.