基于遗传算法的K-均值算法我要分享

K- means algorithm based on genetic algorithm

matlab 算法 基于 遗传 均值

关注次数: 318

下载次数: 1

文件大小: 66.16 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:应用背景本代码提出了一种混合聚类算法,通过应用K-均值和遗传算法(遗传算法)。关键技术在人工智能领域,遗传算法是一种模拟自然选择过程的启发式搜索算法。这种启发式(有时也称为一个元启发式)是经常用来产生有用的解决方案,优化和搜索问题。


English Description:

Application background This code presents a hybrid clustering algorithm by applying K-means and Genetics Algorithm (GA). Key TechnologyIn the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a meta-heuristic) is routinely used to generate useful solutions to optimization and search problems.


代码预览