s*******y 发帖数: 558 | 1 要做一个系统
最简单说就是3个agent
两个算作local的 一个算作central的
两个local的 对数据进行处理 然后把处理后的数据发送到central的agent
central的再进行处理
是JADE的新手 不知道大家有否这样的设计经历
能否指点一二
谢谢 |
F****n 发帖数: 3271 | 2 Jade is only a platform -- nothing but a FIFA compatible Message Midware. How
your system works depends on the design of your agents.
【在 s*******y 的大作中提到】 : 要做一个系统 : 最简单说就是3个agent : 两个算作local的 一个算作central的 : 两个local的 对数据进行处理 然后把处理后的数据发送到central的agent : central的再进行处理 : 是JADE的新手 不知道大家有否这样的设计经历 : 能否指点一二 : 谢谢
|
s*******y 发帖数: 558 | 3 嗯 谢谢 这个我也明白
but i am newbie,没有一点idea 怎么在这个platform上
来设计我的系统。
【在 F****n 的大作中提到】 : Jade is only a platform -- nothing but a FIFA compatible Message Midware. How : your system works depends on the design of your agents.
|
F****n 发帖数: 3271 | 4 Conceptually, think about the domain of you application, i.e. what are the
basic action operators in your domain? what are the agent roles required by
applications, and what are the capabilities of each roles.
Technically, first you must decide how to do symbolic inference in you system.
This is the most important part.
All above have little to do with JADE.
How
【在 s*******y 的大作中提到】 : 嗯 谢谢 这个我也明白 : but i am newbie,没有一点idea 怎么在这个platform上 : 来设计我的系统。
|