📄 actionselection.h
字号:
/*/ (XCS-C 1.2)/ ------------------------------------/ Learning Classifier System based on accuracy// by / Martin V. Butz/ Illinois Genetic Algorithms Laboratory (IlliGAL)/ University of Illinois at Urbana/Champaign/ butz@illigal.ge.uiuc.edu// Last modified: 09-30-2003// Header for the stuff that is related to the action selection procedure.*/void getPredictionArray(struct xClassifierSet *ms, double *pa, struct XCS *xcs);int learningActionWinner(double *predictionArray, double exploreProb);int randomActionWinner(double *predictionArray);int deterministicActionWinner(double *predictionArray);int rouletteWheelActionWinner(double *predictionArray);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -