actionselection.h
来自「Simple GA code (Pascal code from Goldber」· C头文件 代码 · 共 22 行
H
22 行
/*/ (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 + =
减小字号Ctrl + -
显示快捷键?