optunity icon indicating copy to clipboard operation
optunity copied to clipboard

No parallel evaluations available in Java through Jython

Open claesenm opened this issue 9 years ago • 0 comments

We use Python's (standard) multiprocessing library for interthread communication (via multiprocessing.Queue). Unfortunately, Jython currently doesn't support this library.

A transition to something else would solve this problem.

claesenm avatar Nov 17 '14 09:11 claesenm