agents Questions
3
I'm just a beginner at JADE. I would like to know how to create containers other than the main container and add multiple agents into it. A full code of creation would be appreciated.
Thanks!
Kristin asked 13/3, 2014 at 21:45
2
Solved
I am trying to find a list of URLs for SNMP agents which I could make use of for testing purposes.
Up till now I have made use of the NET-SNMP test url - > test.net-snmp.org. I've also made use o...
1
Solved
Below is a sample robots.txt file to Allow multiple user agents with multiple crawl delays for each user agent. The Crawl-delay values are for illustration purposes and will be different in a real ...
Devitrify asked 29/6, 2013 at 7:28
1
Solved
Looking at:
member this.PostAndReply : (AsyncReplyChannel<'Reply> -> 'Msg) * ?int -> 'Reply
I can't figure out why the signature looks so counter-intuitive to me. What we want to do ...
Gery asked 29/2, 2012 at 14:57
4
Solved
I have written a multithreaded bouncing balls program in clojure. After starting the animation thread, I do-
(send-balls)
to start the bouncing balls threads. The balls dont move and this is d...
Footmark asked 14/5, 2011 at 12:26
1
Solved
If an agent is working through its queue in the background in Clojure, how can I stop it without stopping all agents?
When I am finished with an agent and I let it fall out of scope AND it finishe...
1
After playing with F# agents I tried to do a map reduce using them.
The basic structure I use is:
map supervisor which queues up all the work to do in its state and receives work request from m...
1
Solved
I wrote a simulation of the Ring network topology in Scala (source here) (Scala 2.8 RC7) and Clojure (source here) (Clojure 1.1) for a comparison of Actors and Agents.
While the Scala version sho...
Absorbing asked 15/7, 2010 at 19:38
1
Solved
The Clojure API describes these two functions as:
(send a f & args) - Dispatch an action to an agent. Returns the agent immediately. Subsequently, in a thread from a thread pool, the state o...
1
Solved
Coming from an academic background in mutli-agent systems (developed in Java using JADE) I have only been peripherally aware of the Actor concurrency paradigm. Now that I've started exploring Scala...
Naissant asked 21/7, 2009 at 19:18
1
© 2022 - 2024 — McMap. All rights reserved.