pints icon indicating copy to clipboard operation
pints copied to clipboard

OptimisationController.set_parallel() no longer speeds up optimisation for CMAES

Open HOLL95 opened this issue 3 years ago • 1 comments

After recently upgrading to pints 0.4.1, the CMAES algorithm is no longer sped up by the set_parallel command.

Although the process is parallelised (via inspection of processes with top), the time taken for optimisation with set_parallel(True) and set_parallel(False) is the same for an equivalent number of iterations.

HOLL95 avatar Jan 25 '22 11:01 HOLL95

Sorry for the very late reaction. Can you give some more details about the problem you're solving with CMAES?

MichaelClerx avatar Aug 13 '22 14:08 MichaelClerx