pints
pints copied to clipboard
Update constructors to Python 3 style
super(CMAES, self).__init__(x0, sigma0, boundaries) becomes super().__init__(x0, sigma0, boundaries)