actionselection.h
来自「XCS is a new algorithm for artificial in」· C头文件 代码 · 共 22 行
H
22 行
/*
/ (XCS)
/ ------------------------------------
/ Learning Classifier System based on accuracy
/
/ by Martin Butz
/ University of Wuerzburg / University of Illinois at Urbana/Champaign
/ butz@illigal.ge.uiuc.edu
/ Last modified: 10-17-99
/
/ header for the stuff that is related to the action selection procedure
*/
void getPredictionArray(struct xClassifierSet *ms, double *pa);
void actionWinner(char *action, double *pa);
void randomActionWinner(char *action, double *pa);
void deterministicActionWinner(char *action, double *pa);
int detActWinInt(double *predictionArray);
void rouletteWheelActionWinner(char *action, double *pa);
int getActInt(char *act);
void getActString(char *actString,int act);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?