上传者: happyyangxu
|
上传时间: 2022-01-15 21:34:23
|
文件大小: 3KB
|
文件类型: -
/***************************************************************/
/* This is a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the */
/* fitness of an individual is the same as the value of the */
/* objective function */
/***************************************************************/
只要输入数据文件,就可以直接运行