fastchess icon indicating copy to clipboard operation
fastchess copied to clipboard

Exception in callback run (on tune.py)...

Open pmcastro opened this issue 6 years ago • 13 comments

I have these errors:

python tune.py danasah800_uci -opp-engine danasah730_uci -concurrency=7 -movetime 200 -book book.pgn -games-file tune.pgn -opt Parameter1 -opt Parameter2 -n 500 -log-file data.log

Starting game 304/334 with {'Parameter1': 200, 'Parameter2': 80}
[196, 80] => 1

Exception in callback run.<locals>.on_done([200, 80], 2)(<Task finishe...>], -2, None)>) at tune.py:259 handle: <Handle run.<locals>.on_done([200, 80], 2)(<Task finishe...>], -2, None)>) at tune.py:259> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\events.py", line 88, in _run self._context.run(self._callback, *self._args) File "tune.py", line 272, in on_done opt.tell(x, -y) # opt is minimizing File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 443, in tell return self._tell(x, y, fit=fit) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 502, in _tell acq_func_kwargs=self.acq_func_kwargs) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\acquisition.py", line 50, in _gaussian_acquisition func_and_grad = gaussian_ei(X, model, y_opt, xi, return_grad) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\acquisition.py", line 276, in gaussian_ei mu, std = model.predict(X, return_std=True) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\learning\gaussian_process\gpr.py", line 324, in predict y_var -= np.einsum("ki,kj,ij->k", K_trans, K_trans, K_inv) File "<__array_function__ internals>", line 6, in einsum File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\numpy\core\einsumfunc.py", line 1356, in einsum return c_einsum(*operands, **kwargs) ValueError: iterator is too large

Exception in callback run.<locals>.on_done([197, 80], 0)(<Task finishe...>], -1, None)>) at tune.py:259 handle: <Handle run.<locals>.on_done([197, 80], 0)(<Task finishe...>], -1, None)>) at tune.py:259> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\events.py", line 88, in _run self._context.run(self._callback, *self._args) File "tune.py", line 272, in on_done opt.tell(x, -y) # opt is minimizing File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 443, in tell return self._tell(x, y, fit=fit) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 489, in _tell self.gains_ -= est.predict(np.vstack(self.next_xs_)) File "<__array_function__ internals>", line 6, in vstack File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\numpy\core\shape_base.py", line 282, in vstack return _nx.concatenate(arrs, 0) File "<__array_function__ internals>", line 6, in concatenate ValueError: need at least one array to concatenate

pmcastro avatar Aug 29 '19 02:08 pmcastro

Is there a limitation of the data.log file to 50 kb?

pmcastro avatar Aug 29 '19 02:08 pmcastro

I try to continue after the crash:

`D:\tools>python tune.py danasah800_uci -opp-engine danasah730_uci -concurrency=7 -movetime 200 -book book.pgn -games-file tune.pgn -opt Parameter1 -opt Parameter2 -n 500 -log-file data.log C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\sklearn\externals\joblib_init_.py:15: DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+. warnings.warn(msg, category=DeprecationWarning) Loaded book with 10331 positions Loading engines Parsing options Reading data.log Using [89.0, 178.0] => -2.0 from log-file Using [114.0, 192.0] => -1.0 from log-file Using [84.0, 117.0] => -1.0 from log-file Using [164.0, 91.0] => 1.0 from log-file Using [86.0, 172.0] => 1.0 from log-file Using [195.0, 170.0] => 1.0 from log-file Using [160.0, 91.0] => 1.0 from log-file Using [148.0, 182.0] => 1.0 from log-file Using [180.0, 171.0] => 2.0 from log-file Using [123.0, 191.0] => 1.0 from log-file Using [175.0, 119.0] => 1.0 from log-file Using [154.0, 97.0] => 1.0 from log-file Using [127.0, 154.0] => 0.0 from log-file Using [153.0, 85.0] => 1.0 from log-file Using [139.0, 135.0] => 2.0 from log-file Using [200.0, 87.0] => 1.0 from log-file Using [196.0, 190.0] => 1.0 from log-file Using [152.0, 192.0] => 1.0 from log-file Using [200.0, 80.0] => 1.0 from log-file Using [142.0, 134.0] => 1.0 from log-file Using [200.0, 85.0] => 0.0 from log-file Using [141.0, 135.0] => -2.0 from log-file Using [137.0, 135.0] => 1.0 from log-file Using [180.0, 200.0] => 0.0 from log-file Using [200.0, 81.0] => 1.0 from log-file Using [173.0, 200.0] => -1.0 from log-file Using [178.0, 200.0] => 0.0 from log-file Using [200.0, 197.0] => 0.0 from log-file Using [200.0, 196.0] => -2.0 from log-file Using [178.0, 199.0] => 0.0 from log-file Using [200.0, 181.0] => 1.0 from log-file Using [200.0, 200.0] => 0.0 from log-file Using [200.0, 196.0] => 1.0 from log-file Using [80.0, 167.0] => 0.0 from log-file Using [200.0, 82.0] => 0.0 from log-file Using [200.0, 165.0] => 1.0 from log-file Using [200.0, 174.0] => 0.0 from log-file Using [200.0, 165.0] => -2.0 from log-file Using [200.0, 174.0] => 0.0 from log-file Using [193.0, 80.0] => 0.0 from log-file Using [187.0, 172.0] => 0.0 from log-file Using [188.0, 172.0] => 1.0 from log-file Using [105.0, 88.0] => 1.0 from log-file Using [126.0, 80.0] => 0.0 from log-file Using [168.0, 169.0] => -1.0 from log-file Using [126.0, 80.0] => 1.0 from log-file Using [162.0, 94.0] => 1.0 from log-file Using [159.0, 94.0] => 1.0 from log-file Using [168.0, 80.0] => -1.0 from log-file Using [129.0, 94.0] => 1.0 from log-file Using [168.0, 87.0] => -1.0 from log-file Using [139.0, 135.0] => -1.0 from log-file Using [83.0, 110.0] => -1.0 from log-file Using [198.0, 116.0] => -1.0 from log-file Using [138.0, 134.0] => -1.0 from log-file Using [144.0, 94.0] => -1.0 from log-file Using [156.0, 174.0] => 0.0 from log-file Using [156.0, 200.0] => -1.0 from log-file Using [157.0, 199.0] => 1.0 from log-file Using [157.0, 199.0] => 1.0 from log-file Using [156.0, 200.0] => 1.0 from log-file Using [180.0, 131.0] => 1.0 from log-file Using [180.0, 132.0] => 1.0 from log-file Using [180.0, 167.0] => 1.0 from log-file Using [157.0, 200.0] => 0.0 from log-file Using [180.0, 168.0] => -2.0 from log-file Using [180.0, 171.0] => 2.0 from log-file Using [180.0, 171.0] => 0.0 from log-file Using [158.0, 110.0] => 1.0 from log-file Using [101.0, 200.0] => -1.0 from log-file Using [178.0, 171.0] => 0.0 from log-file Using [179.0, 171.0] => 0.0 from log-file Using [181.0, 88.0] => -1.0 from log-file Using [181.0, 94.0] => -1.0 from log-file Using [180.0, 171.0] => 0.0 from log-file Using [180.0, 171.0] => 1.0 from log-file Using [80.0, 90.0] => -1.0 from log-file Using [180.0, 171.0] => 0.0 from log-file Using [81.0, 90.0] => -1.0 from log-file Using [180.0, 171.0] => 0.0 from log-file Using [120.0, 82.0] => -1.0 from log-file Using [181.0, 172.0] => 2.0 from log-file Using [180.0, 171.0] => 2.0 from log-file Using [157.0, 100.0] => 1.0 from log-file Using [159.0, 97.0] => 0.0 from log-file Using [180.0, 154.0] => 1.0 from log-file Using [120.0, 80.0] => 2.0 from log-file Using [157.0, 97.0] => -1.0 from log-file Using [153.0, 127.0] => 0.0 from log-file Using [157.0, 81.0] => 2.0 from log-file Using [157.0, 102.0] => 0.0 from log-file Using [157.0, 81.0] => 1.0 from log-file Using [157.0, 98.0] => 2.0 from log-file Using [158.0, 97.0] => 1.0 from log-file Using [181.0, 164.0] => -2.0 from log-file Using [181.0, 164.0] => 0.0 from log-file Using [110.0, 81.0] => 1.0 from log-file Using [157.0, 80.0] => -1.0 from log-file Using [186.0, 199.0] => 1.0 from log-file Using [157.0, 80.0] => 1.0 from log-file Using [186.0, 199.0] => 1.0 from log-file Using [157.0, 80.0] => 1.0 from log-file Using [108.0, 81.0] => 1.0 from log-file Using [83.0, 99.0] => 2.0 from log-file Using [81.0, 99.0] => -2.0 from log-file Using [171.0, 171.0] => 2.0 from log-file Using [172.0, 171.0] => 0.0 from log-file Using [158.0, 81.0] => 1.0 from log-file Using [162.0, 172.0] => -1.0 from log-file Using [165.0, 172.0] => 1.0 from log-file Using [198.0, 183.0] => 1.0 from log-file Using [167.0, 171.0] => 0.0 from log-file Using [165.0, 172.0] => 1.0 from log-file Using [170.0, 172.0] => 0.0 from log-file Using [166.0, 171.0] => 0.0 from log-file Using [172.0, 171.0] => -1.0 from log-file Using [173.0, 171.0] => -1.0 from log-file Using [157.0, 87.0] => 0.0 from log-file Using [200.0, 183.0] => -2.0 from log-file Using [172.0, 171.0] => 0.0 from log-file Using [178.0, 171.0] => -1.0 from log-file Using [176.0, 171.0] => 2.0 from log-file Using [174.0, 171.0] => -1.0 from log-file Using [158.0, 85.0] => -1.0 from log-file Using [157.0, 86.0] => 0.0 from log-file Using [157.0, 87.0] => 0.0 from log-file Using [157.0, 85.0] => 0.0 from log-file Using [158.0, 98.0] => 0.0 from log-file Using [113.0, 81.0] => -1.0 from log-file Using [157.0, 86.0] => -1.0 from log-file Using [157.0, 108.0] => 2.0 from log-file Using [157.0, 97.0] => 0.0 from log-file Using [158.0, 130.0] => -1.0 from log-file Using [157.0, 112.0] => 1.0 from log-file Using [180.0, 166.0] => -1.0 from log-file Using [158.0, 164.0] => 2.0 from log-file Using [157.0, 153.0] => 1.0 from log-file Using [157.0, 181.0] => 2.0 from log-file Using [157.0, 125.0] => 2.0 from log-file Using [157.0, 162.0] => -1.0 from log-file Using [157.0, 200.0] => 0.0 from log-file Using [157.0, 152.0] => 1.0 from log-file Using [157.0, 198.0] => 1.0 from log-file Using [156.0, 117.0] => 1.0 from log-file Using [156.0, 173.0] => -2.0 from log-file Using [155.0, 199.0] => 1.0 from log-file Using [156.0, 134.0] => 0.0 from log-file Using [155.0, 141.0] => 1.0 from log-file Using [156.0, 131.0] => 0.0 from log-file Using [154.0, 160.0] => 0.0 from log-file Using [156.0, 81.0] => 1.0 from log-file Using [157.0, 200.0] => 1.0 from log-file Using [157.0, 200.0] => -1.0 from log-file Using [157.0, 200.0] => 2.0 from log-file Using [157.0, 121.0] => 0.0 from log-file Using [155.0, 86.0] => 0.0 from log-file Using [155.0, 81.0] => 0.0 from log-file Using [155.0, 84.0] => 1.0 from log-file Using [155.0, 81.0] => 0.0 from log-file Using [156.0, 81.0] => 0.0 from log-file Using [158.0, 200.0] => -1.0 from log-file Using [157.0, 198.0] => 1.0 from log-file Using [155.0, 80.0] => -1.0 from log-file Using [158.0, 199.0] => 0.0 from log-file Using [158.0, 199.0] => 1.0 from log-file Using [155.0, 81.0] => 0.0 from log-file Using [159.0, 199.0] => 0.0 from log-file Using [132.0, 198.0] => 1.0 from log-file Using [132.0, 198.0] => -1.0 from log-file Using [132.0, 154.0] => 0.0 from log-file Using [132.0, 81.0] => 1.0 from log-file Using [132.0, 139.0] => 1.0 from log-file Using [132.0, 154.0] => 1.0 from log-file Using [159.0, 82.0] => 1.0 from log-file Using [157.0, 199.0] => -1.0 from log-file Using [107.0, 198.0] => 1.0 from log-file Using [157.0, 198.0] => -1.0 from log-file Using [131.0, 80.0] => 1.0 from log-file Using [157.0, 200.0] => 2.0 from log-file Using [157.0, 199.0] => -1.0 from log-file Using [157.0, 80.0] => -1.0 from log-file Using [157.0, 87.0] => 0.0 from log-file Using [106.0, 83.0] => 1.0 from log-file Using [106.0, 81.0] => 0.0 from log-file Using [96.0, 80.0] => 1.0 from log-file Using [96.0, 81.0] => 0.0 from log-file Using [160.0, 80.0] => 0.0 from log-file Using [158.0, 80.0] => 0.0 from log-file Using [109.0, 199.0] => 0.0 from log-file Using [109.0, 200.0] => -1.0 from log-file Using [158.0, 81.0] => 1.0 from log-file Using [158.0, 81.0] => -1.0 from log-file Using [158.0, 81.0] => 2.0 from log-file Using [80.0, 200.0] => 0.0 from log-file Using [109.0, 199.0] => 0.0 from log-file Using [158.0, 200.0] => 1.0 from log-file Using [130.0, 198.0] => 0.0 from log-file Using [158.0, 81.0] => 0.0 from log-file Using [130.0, 199.0] => -1.0 from log-file Using [157.0, 199.0] => 1.0 from log-file Using [190.0, 82.0] => -2.0 from log-file Using [150.0, 173.0] => -2.0 from log-file Using [160.0, 83.0] => 0.0 from log-file Using [150.0, 175.0] => 1.0 from log-file Using [130.0, 197.0] => 0.0 from log-file Using [158.0, 197.0] => 0.0 from log-file Using [185.0, 83.0] => -1.0 from log-file Using [185.0, 81.0] => 1.0 from log-file Using [158.0, 199.0] => 1.0 from log-file Using [158.0, 199.0] => 2.0 from log-file Using [158.0, 199.0] => 0.0 from log-file Using [158.0, 198.0] => -2.0 from log-file Using [160.0, 81.0] => 0.0 from log-file Using [158.0, 198.0] => 0.0 from log-file Using [122.0, 83.0] => 1.0 from log-file Using [158.0, 199.0] => 2.0 from log-file Using [158.0, 199.0] => -1.0 from log-file Using [158.0, 200.0] => 0.0 from log-file Using [157.0, 200.0] => -1.0 from log-file Using [157.0, 199.0] => -2.0 from log-file Using [157.0, 196.0] => -2.0 from log-file Using [157.0, 199.0] => -1.0 from log-file Using [124.0, 81.0] => 1.0 from log-file Using [158.0, 199.0] => 2.0 from log-file Using [180.0, 171.0] => -1.0 from log-file Using [180.0, 171.0] => 0.0 from log-file Using [157.0, 81.0] => 1.0 from log-file Using [157.0, 199.0] => -1.0 from log-file Using [158.0, 115.0] => 0.0 from log-file Using [180.0, 171.0] => -1.0 from log-file Using [157.0, 120.0] => -1.0 from log-file Using [158.0, 113.0] => 1.0 from log-file Using [158.0, 116.0] => 0.0 from log-file Using [157.0, 81.0] => 0.0 from log-file Using [157.0, 116.0] => 1.0 from log-file Using [157.0, 115.0] => 0.0 from log-file Using [158.0, 116.0] => -2.0 from log-file Using [157.0, 81.0] => -2.0 from log-file Using [139.0, 81.0] => 1.0 from log-file Using [123.0, 126.0] => -1.0 from log-file Using [158.0, 112.0] => -1.0 from log-file Using [159.0, 108.0] => -1.0 from log-file Using [158.0, 113.0] => 0.0 from log-file Using [122.0, 133.0] => 0.0 from log-file Using [81.0, 80.0] => 1.0 from log-file Using [82.0, 81.0] => 0.0 from log-file Using [80.0, 80.0] => 0.0 from log-file Using [80.0, 80.0] => 0.0 from log-file Using [91.0, 80.0] => 0.0 from log-file Using [92.0, 81.0] => 1.0 from log-file Using [80.0, 80.0] => 0.0 from log-file Using [83.0, 80.0] => 1.0 from log-file Using [85.0, 81.0] => 0.0 from log-file Using [80.0, 80.0] => -1.0 from log-file Using [200.0, 180.0] => 0.0 from log-file Using [82.0, 80.0] => -1.0 from log-file Using [82.0, 81.0] => 1.0 from log-file Using [80.0, 81.0] => -1.0 from log-file Using [83.0, 80.0] => 1.0 from log-file Using [80.0, 80.0] => -1.0 from log-file Using [83.0, 80.0] => 2.0 from log-file Using [81.0, 80.0] => 1.0 from log-file Using [200.0, 180.0] => 0.0 from log-file Using [200.0, 80.0] => 0.0 from log-file Using [82.0, 80.0] => 0.0 from log-file Using [81.0, 80.0] => 2.0 from log-file Using [200.0, 81.0] => 0.0 from log-file Using [80.0, 80.0] => 2.0 from log-file Using [83.0, 80.0] => 1.0 from log-file Using [200.0, 81.0] => 0.0 from log-file Using [199.0, 81.0] => 0.0 from log-file Using [80.0, 80.0] => 0.0 from log-file Using [80.0, 81.0] => 0.0 from log-file Using [199.0, 81.0] => 1.0 from log-file Using [84.0, 80.0] => 1.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [199.0, 80.0] => 1.0 from log-file Using [83.0, 80.0] => 1.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [86.0, 80.0] => 1.0 from log-file Using [85.0, 80.0] => 1.0 from log-file Using [87.0, 80.0] => 0.0 from log-file Using [81.0, 80.0] => 2.0 from log-file Using [81.0, 80.0] => 2.0 from log-file Using [82.0, 80.0] => 2.0 from log-file Using [83.0, 80.0] => 0.0 from log-file Using [86.0, 80.0] => 0.0 from log-file Using [84.0, 80.0] => 2.0 from log-file Using [81.0, 80.0] => -2.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [88.0, 80.0] => 0.0 from log-file Using [86.0, 80.0] => 1.0 from log-file Using [80.0, 80.0] => 0.0 from log-file Using [84.0, 80.0] => 0.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => 1.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [83.0, 80.0] => 1.0 from log-file Using [82.0, 80.0] => -1.0 from log-file Using [82.0, 80.0] => 0.0 from log-file Using [83.0, 80.0] => 2.0 from log-file Using [88.0, 80.0] => 0.0 from log-file Using [88.0, 80.0] => 0.0 from log-file Using [83.0, 80.0] => 2.0 from log-file Using [83.0, 80.0] => 0.0 from log-file Using [86.0, 80.0] => 1.0 from log-file Using [86.0, 80.0] => -1.0 from log-file Using [82.0, 80.0] => 1.0 from log-file Using [85.0, 80.0] => -1.0 from log-file Using [89.0, 80.0] => 1.0 from log-file Using [86.0, 80.0] => 0.0 from log-file Using [85.0, 80.0] => 0.0 from log-file Using [88.0, 80.0] => -1.0 from log-file Using [91.0, 80.0] => 0.0 from log-file Using [86.0, 80.0] => -1.0 from log-file Using [84.0, 80.0] => -1.0 from log-file Using [86.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => -2.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [82.0, 80.0] => -1.0 from log-file Using [80.0, 80.0] => 2.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [84.0, 80.0] => 0.0 from log-file Using [82.0, 80.0] => -1.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [84.0, 80.0] => -1.0 from log-file Using [83.0, 80.0] => 0.0 from log-file Using [80.0, 80.0] => 2.0 from log-file Using [86.0, 80.0] => -1.0 from log-file Using [83.0, 80.0] => -1.0 from log-file Using [82.0, 80.0] => 1.0 from log-file Using [83.0, 80.0] => 1.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => -2.0 from log-file Using [200.0, 80.0] => 1.0 from log-file Using [85.0, 80.0] => 0.0 from log-file Using [200.0, 80.0] => 1.0 from log-file Using [197.0, 80.0] => -1.0 from log-file Using [168.0, 153.0] => 1.0 from log-file Using [200.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => -1.0 from log-file Using [169.0, 153.0] => 1.0 from log-file Using [84.0, 80.0] => 2.0 from log-file Using [169.0, 153.0] => 0.0 from log-file Using [167.0, 153.0] => 0.0 from log-file Using [195.0, 80.0] => 2.0 from log-file Using [199.0, 80.0] => -1.0 from log-file Using [168.0, 153.0] => -1.0 from log-file Using [168.0, 153.0] => -1.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [170.0, 153.0] => 1.0 from log-file Using [83.0, 80.0] => 0.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [82.0, 80.0] => 0.0 from log-file Using [191.0, 80.0] => -1.0 from log-file Using [195.0, 80.0] => 1.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [82.0, 80.0] => -1.0 from log-file Using [195.0, 80.0] => 0.0 from log-file Using [84.0, 80.0] => 0.0 from log-file Using [82.0, 80.0] => -2.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [86.0, 80.0] => -1.0 from log-file Using [86.0, 80.0] => 1.0 from log-file Using [145.0, 140.0] => 0.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [189.0, 80.0] => 0.0 from log-file Using [82.0, 80.0] => 1.0 from log-file Using [198.0, 80.0] => 2.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [83.0, 80.0] => -1.0 from log-file Using [200.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 2.0 from log-file Using [188.0, 80.0] => 1.0 from log-file Using [159.0, 181.0] => -1.0 from log-file Using [199.0, 80.0] => 1.0 from log-file Using [198.0, 80.0] => 1.0 from log-file Using [200.0, 80.0] => -1.0 from log-file Using [200.0, 80.0] => -1.0 from log-file Using [162.0, 181.0] => 2.0 from log-file Using [198.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => -1.0 from log-file Using [199.0, 80.0] => -1.0 from log-file Using [199.0, 80.0] => 2.0 from log-file Using [198.0, 80.0] => 0.0 from log-file Using [162.0, 181.0] => -1.0 from log-file Using [161.0, 181.0] => -2.0 from log-file Using [198.0, 80.0] => -1.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [194.0, 80.0] => -1.0 from log-file Using [162.0, 181.0] => 0.0 from log-file Using [195.0, 80.0] => 2.0 from log-file Using [197.0, 80.0] => -1.0 from log-file Using [86.0, 80.0] => 0.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [200.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 2.0 from log-file Using [198.0, 80.0] => -1.0 from log-file Using [81.0, 80.0] => 1.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [197.0, 80.0] => 0.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [198.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [198.0, 80.0] => 1.0 from log-file Using [82.0, 80.0] => 1.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [200.0, 80.0] => 2.0 from log-file Using [82.0, 80.0] => -1.0 from log-file Using [80.0, 80.0] => 2.0 from log-file Using [81.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [82.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [84.0, 80.0] => 1.0 from log-file Using [195.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => 0.0 from log-file Using [86.0, 80.0] => 1.0 from log-file Using [80.0, 80.0] => -2.0 from log-file Using [83.0, 80.0] => 0.0 from log-file Using [90.0, 80.0] => -1.0 from log-file Using [80.0, 80.0] => 1.0 from log-file Using [82.0, 80.0] => -1.0 from log-file Using [83.0, 80.0] => 2.0 from log-file Using [198.0, 80.0] => 0.0 from log-file Using [198.0, 80.0] => 1.0 from log-file Using [81.0, 80.0] => 2.0 from log-file Using [195.0, 80.0] => 1.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [196.0, 80.0] => 1.0 from log-file Using [198.0, 80.0] => 0.0 from log-file Using [200.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 1.0 from log-file Using [80.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [81.0, 80.0] => 2.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 2.0 from log-file Using [199.0, 80.0] => 2.0 from log-file Using [197.0, 80.0] => 0.0 from log-file Using [81.0, 80.0] => 2.0 from log-file Using [80.0, 80.0] => -1.0 from log-file Using [80.0, 80.0] => 0.0 from log-file Using [198.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 1.0 from log-file Using [199.0, 80.0] => 1.0 from log-file Using [199.0, 80.0] => 2.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [199.0, 80.0] => 1.0 from log-file Using [198.0, 80.0] => 1.0 from log-file Using [198.0, 80.0] => 2.0 from log-file Using [196.0, 80.0] => -1.0 from log-file Using [200.0, 80.0] => 0.0 from log-file Using [192.0, 80.0] => 1.0 from log-file Using [198.0, 80.0] => 0.0 from log-file Using [197.0, 80.0] => 2.0 from log-file Using [198.0, 80.0] => 1.0 from log-file Using [200.0, 80.0] => 1.0 from log-file Using [196.0, 80.0] => 1.0 from log-file Using [200.0, 80.0] => -2.0 from log-file Using [199.0, 80.0] => 0.0 from log-file Using [197.0, 80.0] => -1.0 from log-file Using [196.0, 80.0] => 0.0 from log-file Using [200.0, 80.0] => 1.0 from log-file Using [199.0, 80.0] => 1.0 from log-file Using [200.0, 80.0] => 1.0 from log-file Traceback (most recent call last): File "tune.py", line 431, in asyncio.run(main()) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\runners.py", line 43, in run return loop.run_until_complete(main) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 584, in run_until_complete return future.result() File "tune.py", line 389, in main async for games, x, y, er in run(opt, engines, book, limit, args.max_len, dim_names, args.concurrency, args.n - cached_games, options): File "tune.py", line 283, in run for conc_id, x_init in enumerate(opt.ask(concurrency)): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 346, in ask np.iinfo(np.int32).max)) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 286, in copy optimizer._tell(self.Xi, self.yi) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 502, in _tell acq_func_kwargs=self.acq_func_kwargs) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\acquisition.py", line 50, in _gaussian_acquisition func_and_grad = gaussian_ei(X, model, y_opt, xi, return_grad) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\acquisition.py", line 276, in gaussian_ei mu, std = model.predict(X, return_std=True) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\learning\gaussian_process\gpr.py", line 324, in predict y_var -= np.einsum("ki,kj,ij->k", K_trans, K_trans, K_inv) File "<array_function internals>", line 6, in einsum File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\numpy\core\einsumfunc.py", line 1356, in einsum return c_einsum(*operands, **kwargs) ValueError: iterator is too large Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03E2FA98> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03E3EDB0> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe

D:\tools>pause Presione una tecla para continuar . . .`

pmcastro avatar Aug 29 '19 02:08 pmcastro

@pmcastro How are you able to run with concurrency=7? Even with only concurrency set to 2, I often get close to 100% CPU usage on my 8-core AMD system.

joergoster avatar Aug 29 '19 09:08 joergoster

@joergoster Could it be that your engines use multiple threads themselves?

thomasahle avatar Aug 29 '19 10:08 thomasahle

@thomasahle I don't think so. Stockfish is set to use 1 thread only by default.

joergoster avatar Aug 29 '19 10:08 joergoster

@joergoster Can you open another issue about it? Maybe attach the output of top, so we can see which processes are doing to 100% CPU.

thomasahle avatar Aug 29 '19 10:08 thomasahle

@pmcastro The problem appears to be related to this https://github.com/scikit-optimize/scikit-optimize/issues/773 Can you try running tune.py with -base-estimator GBRT? or RF or ET since the error appears to happen inside of the gaussian process code.

thomasahle avatar Aug 29 '19 10:08 thomasahle

@joergoster AMD FX8300 8 cpu - 16GB RAM - Windows 10/danasah no is smp - 128 MB Hash

concurrency 1 --> console use 16% cpu 660 MB RAM concurrency 7 --> console use 90% cpu 4 GB RAM (total 95% cpu 58% RAM)

Now I try base-estimator.

pmcastro avatar Aug 29 '19 14:08 pmcastro

I tried to play 500 games with -base-estimator GBRT, RF and ET. With the first 2, the games were made and there were no errors. With the third I had no results, I found message there were not enough points.

pmcastro avatar Aug 30 '19 02:08 pmcastro

I have pushed a new version, which should use less ram with GP. Please let me know if you see any difference.

thomasahle avatar Sep 02 '19 13:09 thomasahle

I found a problem curiously again in game 468:

Parameter1 --> 0 to 4, default:2 Parameter2 --> 0 to 50, default:29 ` D:\tune>python tune.py danasah800_uci -opp-engine danasah730_uci -concurrency=6 -movetime 50 -book book.pgn -games-file tune.pgn -opt Parameter1 -opt Parameter2 -n 1000 -log-file data.log C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\sklearn\externals\joblib_init_.py:15: DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+. warnings.warn(msg, category=DeprecationWarning) Loaded book with 10331 positions Loading engines Parsing options Unable to open data.log Starting game 0/1000 with {'Parameter1': 3, 'Parameter2': 27} Starting game 1/1000 with {'Parameter1': 4, 'Parameter2': 29} Starting game 2/1000 with {'Parameter1': 1, 'Parameter2': 24} Starting game 3/1000 with {'Parameter1': 1, 'Parameter2': 4} Starting game 4/1000 with {'Parameter1': 0, 'Parameter2': 22} Starting game 5/1000 with {'Parameter1': 1, 'Parameter2': 22} Finished game 4 [0, 22] => 2 (1-0, 0-1) Starting game 6/1000 with {'Parameter1': 2, 'Parameter2': 10} Finished game 0 [3, 27] => 0 (0-1, 0-1) Starting game 7/1000 with {'Parameter1': 1, 'Parameter2': 22} Finished game 1 [4, 29] => 1 (1/2-1/2, 0-1) Starting game 8/1000 with {'Parameter1': 2, 'Parameter2': 40} Finished game 2 [1, 24] => 1 (1/2-1/2, 0-1) Starting game 9/1000 with {'Parameter1': 1, 'Parameter2': 4} Finished game 5 [1, 22] => 0 (1-0, 1-0) Starting game 10/1000 with {'Parameter1': 4, 'Parameter2': 22} Finished game 3 [1, 4] => 2 (1-0, 0-1) ... Finished game 461 [4, 50] => 0 (1-0, 1-0) Starting game 465/1000 with {'Parameter1': 4, 'Parameter2': 0} Finished game 459 [4, 50] => 0 (1-0, 1-0) Starting game 466/1000 with {'Parameter1': 4, 'Parameter2': 0} Finished game 460 [4, 50] => -1 (0-1, 1/2-1/2) Starting game 467/1000 with {'Parameter1': 4, 'Parameter2': 0} Finished game 462 [4, 50] => 1 (1/2-1/2, 0-1) Starting game 468/1000 with {'Parameter1': 4, 'Parameter2': 0} get_value Cancelled get_value Cancelled get_value Cancelled get_value Cancelled get_value Cancelled Traceback (most recent call last): File "tune.py", line 490, in asyncio.run(main()) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\runners.py", line 43, in run return loop.run_until_complete(main) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 584, in run_until_complete return future.result() File "tune.py", line 451, in main opt.tell(x, -y) # opt is minimizing File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 443, in tell return self._tell(x, y, fit=fit) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\optimizer\optimizer.py", line 502, in _tell acq_func_kwargs=self.acq_func_kwargs) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\acquisition.py", line 50, in _gaussian_acquisition func_and_grad = gaussian_ei(X, model, y_opt, xi, return_grad) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\acquisition.py", line 276, in gaussian_ei mu, std = model.predict(X, return_std=True) File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\skopt\learning\gaussian_process\gpr.py", line 324, in predict y_var -= np.einsum("ki,kj,ij->k", K_trans, K_trans, K_inv) File "<array_function internals>", line 6, in einsum File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\site-packages\numpy\core\einsumfunc.py", line 1356, in einsum return c_einsum(*operands, **kwargs) ValueError: iterator is too large Exception ignored in: <function BaseSubprocessTransport.del at 0x03C81930> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function BaseSubprocessTransport.del at 0x03C81930> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 127, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_subprocess.py", line 104, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 86, in close File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 688, in call_soon File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 480, in _check_closed RuntimeError: Event loop is closed Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03C89C48> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03C89C48> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03C89C48> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03C89C48> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03C89C48> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe Exception ignored in: <function _ProactorBasePipeTransport.del at 0x03C89C48> Traceback (most recent call last): File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 93, in del File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\proactor_events.py", line 57, in repr File "C:\Users\pecas\AppData\Local\Programs\Python\Python37-32\lib\asyncio\windows_utils.py", line 102, in fileno ValueError: I/O operation on closed pipe

D:\tune>pause Presione una tecla para continuar . . . `

pmcastro avatar Sep 02 '19 21:09 pmcastro

Still appears to be the same "Valueerror: Iterator is too large" problem.

thomasahle avatar Sep 03 '19 04:09 thomasahle

Which version of skopt do you have?

thomasahle avatar Sep 08 '19 18:09 thomasahle