Thread Subject: thank for ur help

Subject: thank for ur help

From: ho

Date: 6 Mar, 2007 11:16:54

Message: 1 of 6

Dear guys
 
I am now currently working on the ant colony algorithm.
would you give me some matlab code of ant colony codes please ?

my email address is hippoiii@hotmail.com

Subject: thank for ur help

From: PB

Date: 6 Mar, 2007 17:36:19

Message: 2 of 6

On Tue, 06 Mar 2007 11:16:54 -0500, ho wrote:

> Dear guys
>
> I am now currently working on the ant colony algorithm.
> would you give me some matlab code of ant colony codes please ?
>
> my email address is hippoiii@hotmail.com

I don't think that anyone will give you any code. Homework should be done
by the students. If you have matlab specific questions, feel free to post
them. Usually, the people here (at least the regulars), require you to
prove that you have made an effort before helping. Spoon-feeding you with
solution will most likely not happen here.

/PB

Subject: thank for ur help

From: Randy Poe

Date: 6 Mar, 2007 10:03:26

Message: 3 of 6

On Mar 6, 11:16 am, ho <hippo...@hotmail.com> wrote:
> Dear guys
>
> I am now currently working on the ant colony algorithm.
> would you give me some matlab code of ant colony codes please ?
>
> my email address is hippo...@hotmail.com

My ant algorithm:

   plot(rand(1,100),rand(1,100),'*');

It seems my ants died. They just sit there.

Seriously, what is the "ant colony algorithm"? Could it be
that this was a term introduced by your professor that has
no meaning to those of us not taking your course?

                  - Randy

Subject: thank for ur help

From: ho

Date: 10 Mar, 2007 11:59:49

Message: 4 of 6

Dear PB:

In fact, my homework is mainly focus on the result of the code. It
can say that the code is not a part of the homework. The mark is not
count on the code.

That is why I ask the code here.

Thanks for your reply!

Subject: thank for ur help

From: per isakson

Date: 10 Mar, 2007 12:06:15

Message: 5 of 6

Ho wrote:
>
>
> Dear PB:
>
> In fact, my homework is mainly focus on the result of the code. It
> can say that the code is not a part of the homework. The mark is
> not
> count on the code.
>
> That is why I ask the code here.
>
> Thanks for your reply!
  
See <http://www.mathworks.com/contest/ants/rules.html>
and use Google

/ per

Subject: thank for ur help

From: =?ISO-8859-1?Q?Martin_J=F8rgensen?=

Date: 11 Mar, 2007 01:06:03

Message: 6 of 6

Randy Poe wrote:
> On Mar 6, 11:16 am, ho <hippo...@hotmail.com> wrote:
>> Dear guys
>>
>> I am now currently working on the ant colony algorithm.
>> would you give me some matlab code of ant colony codes please ?
>>
>> my email address is hippo...@hotmail.com
>
> My ant algorithm:
>
> plot(rand(1,100),rand(1,100),'*');
>
> It seems my ants died. They just sit there.

Great idea. My ants are alive:

for t=0:1:50
   plot(rand(1,100),rand(1,100),'*');
   pause(0.4)
end

> Seriously, what is the "ant colony algorithm"? Could it be
> that this was a term introduced by your professor that has
> no meaning to those of us not taking your course?

My ants have seen the tv serie: "STAR TREK". They can teleport
instantaneous from one location to another. All the have to say is:
"Beam me up, Scotty" and suddenly they're in another location.


Best regards
Martin Jørgensen


--
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
parameter estim... Nguyen The Hoach 8 Dec, 2008 03:01:30
contest Matthew Simoneau 11 Jul, 2007 13:49:08
rssFeed for this Thread

Contact us at files@mathworks.com