📄 actionselection.h
字号:
/*
/ (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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -