#include <cstddef>
#include <tuple>
#include <vector>
#include "autopas/tuning/searchSpace/Evidence.h"
Go to the source code of this file.
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |
namespace | autopas::smoothing |
Algorithms for creating a smooth function through a series of points. | |
Functions | |
long | autopas::smoothing::smoothLastPoint (const std::vector< Evidence > &points, size_t pointsPerEstimation) |
Calculates the smoothed y value for the last point in the given points according to the LOESS algorithm. | |