CyberAgentAILab / cmaes

Python library for CMA Evolution Strategy.
https://arxiv.org/abs/2402.01373
MIT License
372 stars 65 forks source link

fix sigma setting #160

Closed nomuramasahir0 closed 10 months ago

nomuramasahir0 commented 10 months ago

The current example does not reset the initial sigma when the restart with a 'small' population size is performed. This PR fixes this problem.

nomuramasahir0 commented 10 months ago

@c-bata Can you review this PR?