Intel clGPU
|
base class for function score structures More...
#include <functions_base.hpp>
Public Types | |
using | array_type = std::array< float, N > |
Public Member Functions | |
array_type & | as_array () |
const array_type & | as_array () const |
Protected Attributes | |
array_type | _data |
base class for function score structures
Every function parameter has dedicated score representation in such structures with the same name and type float. Default value for each score is 1.0. Final implementation score is calculated using some kind of reduction function, e.g. Σ or Π
Definition at line 81 of file functions_base.hpp.