Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello
Does anyone have an example of muti-agent system programming in c#. I'm working on grad school progect trying to create a multi-agent image edge detector to evaluate if it can improve the performance of image segmentation routines. I have the edge detector functionality I just don't have any experience in building agent based programming
Thank You
Steve Lancaster

[Edited:Amit - Removed Email ID]
Posted
Updated 18-Oct-12 17:40pm
v2
Comments
_Amy 18-Oct-12 23:47pm    
Avoid posting email id's to prevent from spams.

1 solution

C# is not an agent-oriented programming language. You can either try to apply some agent-oriented ideas to C# at the level of library code, or some different language targeting .NET would be needed.

It looks like works on agent-oriented programming technology targeting .NET are undergoing, but are pretty much experimental. Please see:
http://dotnet.zcu.cz/NET_2003/Papers/Vecchiola.pdf[^].

—SA
 
Share this answer
 
Comments
spendorf 8-Nov-12 22:41pm    
Thanks -SA
I've found the same thing, and to a lesser extent computer vision tools
Sergey Alexandrovich Kryukov 9-Nov-12 0:10am    
You are welcome.
Computer vision tool using aspect-oriented technology? What be very interesting to see! Do you have any links?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900