?? env.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
/
/ The Multiplexer environment - header - here the size of the mp function can be defined
*/
#define CONDITION_LENGTH 11 /* 6 11 20 37 Length of Multiplexer Problem */
#define ACTION_LENGTH 1
#define NUMBER_OF_ACTIONS 2
#define NRBITS 3 /* Number of position bits */
#define PAYMENT_RANGE 1000 /* 1000, 1800, 3400, 6600 */
#define PAYOFF_LANDSCAPE 0
#define IS_MULTI_STEP 0 /* Boolean to check if this is a multi-step environment */
void resetState(char *state);
double doAction(char *state, char *action, int *correct);
int initEnv(FILE *fp);
void freeEnv();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -