
GaLib
TimeFuture2017
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GALib案例详解(一)
/* ---------------------------------------------------------------------------- ex1.C mbwall 28jul94 Copyright (c) 1995-1996 Massachusetts Institute of Technology 翻译:天明Future DESCRIPTION: ...原创 2020-01-16 14:41:27 · 1005 阅读 · 0 评论 -
GaLib的用法总结
1、ex1.c文件中,遍历结果基因的代码: const GAGenome& bestGenome = ga.statistics().bestIndividual(); const GA2DBinaryStringGenome& strGen = (const GA2DBinaryStringGenome&)bestGenome; vector<vector&l...原创 2019-12-21 23:46:41 · 898 阅读 · 0 评论