搜索资源列表
ISODATA_C++
- 这是一个有关于模式识别中的isodata算法的C++实现。很多课程设计可用到。数据在data.txt里-This is a pattern recognition on the C isodata algorithm to achieve. Many courses available to the design. Data data.txt Lane
GeneticAlgorithms
- 求解任务分配和路径选择的改进遗传算法。针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,提出了基于设计模式的改进遗传算法设计框架,提供了Visual C#代码。该框架通过使用模板方法模式、策略模式和适配器模式大大提高了改进遗传算法在设计实现过程中的可扩展性和灵活性。-Traditional genetic algorithm programming in the process of solvin