?? 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 + -