mango icon indicating copy to clipboard operation
mango copied to clipboard

Parallel Hyperparameter Tuning in Python

Results 23 mango issues
Sort by recently updated
recently updated
newest added

Hey there. Today I tried to plot the optimization progress of a mango run using a contour plot but then I ran into an issue. In my data, there's two...

![IMG_6268](https://github.com/ARM-software/mango/assets/58299782/81d0bee1-fc2d-4762-836d-9c6aabcfae19) Can someone explain why is my domain a numpy.ndarray object when it clearly is a dictionary assuming domain refers to the param_space dictionary. Otherwise, would appreciate if someone could...

After 1-2 iterations, the program is terminated with the following warnings: ``` OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata. To avoid this warning, please rebuild your...