Jan Razlaw
Jan Razlaw
Hi, an already parallelized version can be found [here](https://github.com/AIS-Bonn/pointcloud_evaluation_tool) ;) It's C++ though and the MPV is implemented a little differently, but the description in the paper isn't very detailed....
The usage changed at some point. By now you have to generate your own bandit to feed it to the main_plot_vars() function. Here is a small example: `from hyperopt.plotting import...
Update to python version 3.13.3 solved the issue for me > This is also an issue for me, I just tried to run > > from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg >...