boonnano 1
C++ library giving usage access to the Boon Logic Nano technology
 
Loading...
Searching...
No Matches
autotune.h File Reference
#include <string.h>
#include <list>
#include "boonconfig.h"
#include "nanoutil.h"

Go to the source code of this file.

Classes

class  CAutotuneNanoConfig
 Main autotuning functionality. More...
 
class  CAutotuningParameters
 Object for autotuning specific parameters. More...
 
class  CElbowPoint
 

Macros

#define AUTOTUNE_FATAL_ERROR   1
 Error with regards to some setup step.
 
#define AUTOTUNE_INCREASE_STREAMING_WINDOW_SIZE   3
 Data is either to consistent (same number of clusters for all PV) or too noisy (max out on clusters for all PV)
 
#define AUTOTUNE_REBUFFER_DATA   2
 Insufficient buffered data.
 

Variables

const int AUTOTUNE_ERROR_MESSAGE_BUFFER_LENGTH = 256
 Maximum string length of autotuning error messages.