I was trying to install GPyOpt package by using pip command at my python 27/scripts folder. But it doesn't work. It states the following: from numpy._distributor_init import NUMPY_MKL # requires ...
currently I am working on an optimization of hyperparameters for solving the traveling salesman problem with a heuristic for my masterthesis. Therefore I am using GPyOpt. The normal GP is working. I ...