AutoPas  3.0.0
Loading...
Searching...
No Matches
Namespaces | Functions
Smoothing.h File Reference
#include <cstddef>
#include <tuple>
#include <vector>
#include "autopas/tuning/searchSpace/Evidence.h"
Include dependency graph for Smoothing.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Author
F. Gratl
Date
23/11/2020