分布式数据库与图像压缩中的算法创新
多智能体关联规则挖掘算法
在分布式数据库中进行关联规则挖掘时,提出了一种多智能体系统(MAS)算法。该算法的执行步骤如下:
1. 接口智能体接收用户支持 :接口智能体接收来自用户的支持信息。
2. 接口智能体发送支持信息 :将所需的支持信息发送给主智能体。
3. 主智能体发送提议消息 :主智能体向本地智能体发送“propose performative”的FIPA消息,内容为“Start mining with support = minsupp”。
( Propose
:sender (agent-identifier :name main agent)
:receiver (set (agent-identifier :name local agent))
:content ”Start mining with support = minsupp”
:reply-with start mining proposal )
- 本地智能体回复同意消息 :本地智能体以“agree performative”消息回复主智能体,表明提案已批准并开始在k=1时进行挖掘。
(Agree
:sender (agent-identifier :name local age