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

📄 readme

📁 这是linux下的进化计算的源代码。 === === === === === === === === === === === ===== check latest news at http:
💻
字号:
This directory contains templatized code that is supposed to beinstanciated and compiled in an actual library for every type of EOTThe user can then modify and recompile only the part he/she wishes tochange (as in any library!).See in EO src/ga dir the corresponding .cpp files, that simply instanciatethe functions here for eoBit<double> AND eoBit<eoMinimizingFitness>and in EO test dir the t-eoGA.cpp file that is a sample program that usesthe whole facility.All make_XXX.h file define some parser-based constructions of basic Evolutionary Algorithms components, using state-based memory management(see in src/utils dir, or read the tutorial).In this src/do dir, the following ***representation indedendent*** code is definedmake_algo_scalar.h     The selection/replacement for scalar fitnessesmake_checkpoint.h      The output facilitiesmake_continue.h        The stpping criteriamake_pop.h             Init of the population (from an EOT initializer)make_run.h             Run the algorithmSee also (NOW MOVED TO util DIR, as it was useful everywhere)make_help.cpp          Help on demand (+ status file) Note:-----two additional make_XXX.h files need to be defined for each representationmake_genotype.h        Builds an initializer for the corresponding EOTypemake_op.h              Builds a general Operator to be used in the algoMS, April 23, 2001    July 23, 2001

⌨️ 快捷键说明

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