#include <Eigen/Core>
#include <utility>
#include "autopas/options/AcquisitionFunctionOption.h"
#include "autopas/tuning/tuningStrategy/GaussianModel/GaussianModelTypes.h"
#include "autopas/tuning/tuningStrategy/GaussianModel/GaussianProcess.h"
#include "autopas/utils/ExceptionHandler.h"
#include "autopas/utils/Math.h"
#include "autopas/utils/NumberSet.h"
#include "autopas/utils/Random.h"
#include "autopas/utils/WrapOpenMP.h"
#include "autopas/utils/logging/GaussianClusterLogger.h"
Go to the source code of this file.
Classes | |
class | autopas::GaussianCluster |
Model to predicts the output of a blackbox function f(x) for given input x. More... | |
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |