libcmaes 0.10.2
A C++11 library for stochastic optimization with CMA-ES
Loading...
Searching...
No Matches
PolyKernel< d, c > Class Template Reference

Polynomial kernel. More...

#include <libcmaes/surrogates/rankingsvm.hpp>

Inheritance diagram for PolyKernel< d, c >:
SVMKernel

Public Member Functions

double K (const dVec &x1, const dVec &x2)
 
- Public Member Functions inherited from SVMKernel
double K (const dVec &x1, const dVec &x2)
 
void init (const dMat &x)
 

Detailed Description

template<int d, int c = 1>
class PolyKernel< d, c >

Polynomial kernel.


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