libcmaes 0.10.2
A C++11 library for stochastic optimization with CMA-ES
|
Radial Basis Function kernel. More...
#include <libcmaes/surrogates/rankingsvm.hpp>
Public Member Functions | |
double | K (const dVec &x1, const dVec &x2) |
void | init (const dMat &x) |
![]() | |
double | K (const dVec &x1, const dVec &x2) |
void | init (const dMat &x) |
Public Attributes | |
double | _gamma = 1.0 |
double | _sigma_a = 1.0 |
double | _sigma_pow = 1.0 |
Radial Basis Function kernel.