Talk:CMA-ES

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Edit to the MATLAB implementation[edit]

I've changed the MATLAB implementation slightly. When calculating cmu, we must enforce the constraint cmu <= 1 - c1. This is mentioned in the CMA tutorial by Hansen (page 3, also formula 49 on page 27) and it's in Hansen's latest implementation of purecmaes.m. I have tested this myself, and I'm getting better results when enforcing this constraint when testing on the Rastrigin function. Wiikipedia wii man (talk) 20:17, 1 February 2013 (UTC)[reply]