libcmaes 0.10.2
A C++11 library for stochastic optimization with CMA-ES
Loading...
Searching...
No Matches
RBFKernel Class Reference

Radial Basis Function kernel. More...

#include <libcmaes/surrogates/rankingsvm.hpp>

Inheritance diagram for RBFKernel:
SVMKernel

Public Member Functions

double K (const dVec &x1, const dVec &x2)
 
void init (const dMat &x)
 
- Public Member Functions inherited from SVMKernel
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
 

Detailed Description

Radial Basis Function kernel.


The documentation for this class was generated from the following file: