k2.h
来自「贝叶斯优化算法是一种新的演化算法」· C头文件 代码 · 共 20 行
H
20 行
#ifndef _K2_h_
#define _K2_h_
#include "boa.h"
#include "population.h"
int initializeMetric(BoaParams *boaParams);
int computeLogGains( int i,
float **gain,
int *updateIdx,
int numUpdated,
int *parentList,
int numParents,
Population *population);
int doneMetric();
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?