dc.contributor.advisor | Štěpánek, Petr | |
dc.creator | Bosík, Andrej | |
dc.date.accessioned | 2017-04-27T00:17:59Z | |
dc.date.available | 2017-04-27T00:17:59Z | |
dc.date.issued | 2011 | |
dc.identifier.uri | http://hdl.handle.net/20.500.11956/33385 | |
dc.description.abstract | Táto práca rozoberá problematiku komunikácie medzi agentami v MAS. Najskôr som sa pokúsil priblížiť logických agentov, špeciálne racionálnych logických agentov. Na popis týchto agentov som použil logiku LORA. Ukázal som syntax a sémantiku LORA-y. Následne som sa zaoberal architekúrov MAS podľa FIPA špecifikácii. Ako implementáciu tejto architektúry som použil prostredie JADE, ktoré je plne implementované v JAVA jazyku. Skúsil som popísať ako vyzerá komunikácia medzi dvoma JADE agentami, aký tvar a parametre majú správy podľa ACL jazyka, čo je jazyk vyvinutý FIPA-ou pre komunikáciu medzi agentami. Popísal som ako agenti používajú protokoly. JADE neobsahovalo žiadny protokol pre vyjednávanie. Preto som doplnil JADE o nový VETO protokol, ktorý môžu využívať všetci JADE agenti. Aby som to mohol urobiť, doplnil som JADE o nové parametre správy, ktoré rozšírujú parametre správ určených ACL jazykom. Na ukážku použitia VETO protokolu som naprogramoval v JADE dve triedy agentov (pre iniciátora a aj pre respondéra), ktoré medzi sebou komunikujú pomocou tohto protokolu. Následne som ukázal, ako sa do JADE dajú pridávať ďalšie nové vyjednávacie protokoly. Ako príklad som pridal do JADE vyjednávací NEGO protokol. Nakoniec som použil moju novo implementovanú funkcionalitu vyjednávania na zložitejšom MAS. | cs_CZ |
dc.description.abstract | This thesis analyses the questions of communication between agents in MAS. Firstly, I tried to introduce a logic agents, particularly logic rational agents. For rational logic agents characterization I used LORA logic. I illustrated the syntax and the semantic of LORA. Then I concentrated on architecture MAS according to a FIPA specification. I used the JADE environment as implementation of this architecture. JADE is fully implemented in the JAVA language. I described how the communication between two JADE agents works and what form and parameters the messages according to the ACL language have. FIPA developed the ACL language for communication between agents. I described how agents use the protocols. JADE didn't contain any protocol for negotiation. That is why I integrated a new VETO protocol into JADE. This protocol can use all the JADE agents. In order to do it, I integrated new message parameters into JADE. This message parameters extend the ACL message parameters. For demonstration I implemented two classes in the JADE (one for the initiator and one for the responder) using a Veto protocol. Further, I described how new negotiation protocols could be add to JADE. For example I added to JADE another negotiation protocol, called NEGO. At last I used my new implemented ability to negotiation on... | en_US |
dc.language | Čeština | cs_CZ |
dc.language.iso | cs_CZ | |
dc.publisher | Univerzita Karlova, Matematicko-fyzikální fakulta | cs_CZ |
dc.title | Komunikace v Multi-Agentních systémech | cs_CZ |
dc.type | diplomová práce | cs_CZ |
dcterms.created | 2011 | |
dcterms.dateAccepted | 2011-01-24 | |
dc.description.department | Department of Theoretical Computer Science and Mathematical Logic | en_US |
dc.description.department | Katedra teoretické informatiky a matematické logiky | cs_CZ |
dc.description.faculty | Faculty of Mathematics and Physics | en_US |
dc.description.faculty | Matematicko-fyzikální fakulta | cs_CZ |
dc.identifier.repId | 65781 | |
dc.title.translated | Communication in Multi-Agent Systems | en_US |
dc.contributor.referee | Gregor, Petr | |
dc.identifier.aleph | 001283672 | |
thesis.degree.name | Mgr. | |
thesis.degree.level | navazující magisterské | cs_CZ |
thesis.degree.discipline | Theoretical Computer Science | en_US |
thesis.degree.discipline | Teoretická informatika | cs_CZ |
thesis.degree.program | Computer Science | en_US |
thesis.degree.program | Informatika | cs_CZ |
uk.thesis.type | diplomová práce | cs_CZ |
uk.taxonomy.organization-cs | Matematicko-fyzikální fakulta::Katedra teoretické informatiky a matematické logiky | cs_CZ |
uk.taxonomy.organization-en | Faculty of Mathematics and Physics::Department of Theoretical Computer Science and Mathematical Logic | en_US |
uk.faculty-name.cs | Matematicko-fyzikální fakulta | cs_CZ |
uk.faculty-name.en | Faculty of Mathematics and Physics | en_US |
uk.faculty-abbr.cs | MFF | cs_CZ |
uk.degree-discipline.cs | Teoretická informatika | cs_CZ |
uk.degree-discipline.en | Theoretical Computer Science | en_US |
uk.degree-program.cs | Informatika | cs_CZ |
uk.degree-program.en | Computer Science | en_US |
thesis.grade.cs | Dobře | cs_CZ |
thesis.grade.en | Good | en_US |
uk.abstract.cs | Táto práca rozoberá problematiku komunikácie medzi agentami v MAS. Najskôr som sa pokúsil priblížiť logických agentov, špeciálne racionálnych logických agentov. Na popis týchto agentov som použil logiku LORA. Ukázal som syntax a sémantiku LORA-y. Následne som sa zaoberal architekúrov MAS podľa FIPA špecifikácii. Ako implementáciu tejto architektúry som použil prostredie JADE, ktoré je plne implementované v JAVA jazyku. Skúsil som popísať ako vyzerá komunikácia medzi dvoma JADE agentami, aký tvar a parametre majú správy podľa ACL jazyka, čo je jazyk vyvinutý FIPA-ou pre komunikáciu medzi agentami. Popísal som ako agenti používajú protokoly. JADE neobsahovalo žiadny protokol pre vyjednávanie. Preto som doplnil JADE o nový VETO protokol, ktorý môžu využívať všetci JADE agenti. Aby som to mohol urobiť, doplnil som JADE o nové parametre správy, ktoré rozšírujú parametre správ určených ACL jazykom. Na ukážku použitia VETO protokolu som naprogramoval v JADE dve triedy agentov (pre iniciátora a aj pre respondéra), ktoré medzi sebou komunikujú pomocou tohto protokolu. Následne som ukázal, ako sa do JADE dajú pridávať ďalšie nové vyjednávacie protokoly. Ako príklad som pridal do JADE vyjednávací NEGO protokol. Nakoniec som použil moju novo implementovanú funkcionalitu vyjednávania na zložitejšom MAS. | cs_CZ |
uk.abstract.en | This thesis analyses the questions of communication between agents in MAS. Firstly, I tried to introduce a logic agents, particularly logic rational agents. For rational logic agents characterization I used LORA logic. I illustrated the syntax and the semantic of LORA. Then I concentrated on architecture MAS according to a FIPA specification. I used the JADE environment as implementation of this architecture. JADE is fully implemented in the JAVA language. I described how the communication between two JADE agents works and what form and parameters the messages according to the ACL language have. FIPA developed the ACL language for communication between agents. I described how agents use the protocols. JADE didn't contain any protocol for negotiation. That is why I integrated a new VETO protocol into JADE. This protocol can use all the JADE agents. In order to do it, I integrated new message parameters into JADE. This message parameters extend the ACL message parameters. For demonstration I implemented two classes in the JADE (one for the initiator and one for the responder) using a Veto protocol. Further, I described how new negotiation protocols could be add to JADE. For example I added to JADE another negotiation protocol, called NEGO. At last I used my new implemented ability to negotiation on... | en_US |
uk.publication.place | Praha | cs_CZ |
uk.grantor | Univerzita Karlova, Matematicko-fyzikální fakulta, Katedra teoretické informatiky a matematické logiky | cs_CZ |
dc.identifier.lisID | 990012836720106986 | |