⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prbproto.h

📁 遗传规划工具
💻 H
字号:
/*======================================================================+| PGPC: Parallel Genetic Programming in C                               || (c) 1995 Genetic Algorithm Technology Corp. all rights reserved       ||   written by David Andre                                              |+======================================================================*//*======================================================================+| FILE: prbproto.h                                                      || DESCRIPTION: Function prototypes for specific problem code.           ||                                                                       || REVISIONS:                                                            || Jan 24, 1995:  Works as of today, no known bugs.                      |+======================================================================*/void init_macro(Branch *br); /*funcdef*/int GetBranchSize(int brn); /*funcdef - problem - GetBranchSize*/int GetBranchWeight(int brn); /*funcdef*/GTYPE reg_func(GTYPE *arr);/*funcdef*/void CreateFitnessCases (Population *pop);/*funcdef*/void    MakeFunctionTable(Population * pop);/*funcdef*/void skip_subtree(Branch *br);/*funcdef*/int EvalFitnessOfDude(Individual * ind,Population *pop);/*funcdef*/void EvalOutSampleFitnessOfDude(Individual * ind,Population *pop); /*funcdef*/GTYPE Eval(Branch * br,Population *pop); /*funcdef - dgpc - Eval*/GTYPE RAND_CODE(void);  /*randomFloat is in the shar.c file....*/int GetResidueNumFromChar(char ch); /*funcdef*/void PrintProblemSpecificInfo(FILE *fp,Population *pop); /*funcdef*/void PrintProblemSpecificInfoForBest(FILE *fp,Population *pop); /*funcdef*/void InitFitnessCases(Population *pop);void PrintProblemSpecificIndividual(Individual * ind,Population * pop);#ifdef USE_USER_TERMINATION#if USE_USER_TERMINATION ==1int UserTermination(int gen,float fit,Population *pop);#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -