Older Contests
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP ContestsOlder Contests

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old May 1st, 2002, 08:55 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
Evaluation

Hi, I want to know if speed is important for the solution, If a method can solve "any" maze but is rather slow can it lose points?
Is the User Interface important? What kind of interface do you want? Do we "upload" mazes or a textarea where mazes can be "pasted" is better?

Reply With Quote
  #2  
Old May 1st, 2002, 09:23 PM
Matt Matt is offline
Contributing User
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 12 m 16 sec
Reputation Power: 7
RE: Evaluation

Well I can tell you that if a program can solve more mazes than another, then the one that can solve more will win regardless of speed. The first and foremost factor is traversing the maze. What good is speed if you don't get the correct result?

I leave the user interface totally up to the programmers.

If it isn't specified, it's up to the programmer.

I can tell you, if I have two programs that perform identically (speed, accuracy, resource usage, etc), then the prettier one will win. I doubt, however, that we will be in a situation such as that.

Get your code working all well as it possibly can according to the specs given. THEN worry about the fluff


Reply With Quote
  #3  
Old May 2nd, 2002, 02:00 PM
johndoe110479 johndoe110479 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Bucharest, Romania
Posts: 9 johndoe110479 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to johndoe110479 Send a message via AIM to johndoe110479 Send a message via Yahoo to johndoe110479
RE: Evaluation

Hi all,

I have a question for the webmaster (Matt, I suppose): how do I find out if my code for the contest was submitted successfully?
And how do I find out how many coders have entered the contest?

Reply With Quote
  #4  
Old May 2nd, 2002, 03:59 PM
Matt Matt is offline
Contributing User
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 12 m 16 sec
Reputation Power: 7
RE: Evaluation

If your code was submitted to contest@codealkers.com I will send back a confirmation that I received it. I believe I remember sending you a confirmation.

"And how do I find out how many coders have entered the contest?"

There is no way.


Reply With Quote
  #5  
Old May 2nd, 2002, 05:05 PM
johndoe110479 johndoe110479 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Bucharest, Romania
Posts: 9 johndoe110479 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to johndoe110479 Send a message via AIM to johndoe110479 Send a message via Yahoo to johndoe110479
RE: RE: Evaluation

Hi there!

Quote:
If your code was submitted to contest@codealkers.com I will send back a confirmation that I received it. I believe I remember sending you a confirmation.

"And how do I find out how many coders have entered the contest?"

There is no way.



The confirmation did not get back to me! Please try to send me another.

Reply With Quote
  #6  
Old May 7th, 2002, 03:51 PM
pswitek pswitek is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Warsaw, Poland
Posts: 6 pswitek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: RE: Evaluation

Hi Matt,
I disagree with what you wrote. Please note, that when coding the script you might optimise different factors, such as: speed, use of resources, clearness of source code, look of UI, etc. Often it is not possible to optimise all those factors in same time - you usually need to chose which would you like to optimise and which one not. Only with such definition of clear evaluation criterias it make sense to take part in contest othwerwise you risk, that you will write the script optimising one factor and then you will prize other program, which optimied some other factors. It just like taking part in the run where the finish line is not defined.

In your original reposnse there is a sentence that programms that produce exact solution are always better. Please imagine you have two programms: one produce the shortest path with length 170 in 1 hour. The second one produces path of length 173 in 5 seconds. Which one is better is not this simple answer.

Finally, I do believe you should rethink evaluation criterias, also for the future contests.

Reply With Quote
  #7  
Old May 7th, 2002, 04:30 PM
Matt Matt is offline
Contributing User
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 12 m 16 sec
Reputation Power: 7
RE: Evaluation

I go back to my original post:

"What good is speed if you don't get the correct result?"

Think of it this way. A doctor gives me a liver transplant and it only took him 2 hours. He botched the job, but he got it done in two hours. My buddy got a liver transplant and it took his doctor 12 hours, but he got it right. I would rather have it done right than fast.

That's the problem with our society today, everyone wants everything done too fast. Let's worry about correct results before speed.

Reply With Quote
  #8  
Old May 7th, 2002, 06:10 PM
pswitek pswitek is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Warsaw, Poland
Posts: 6 pswitek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: RE: Evaluation

Matt,

Maybe I have not made it clear before, but my response was rather about the absolute need for clear evaluation criterias rather then what is more important: time or accuaracy. From your response I understand that accuracy have absolute privilage. It is OK and I like it. However I would suggest you to include clear evaluation criterias into terms of contest.

Aside, sometime it is more important to have answer fast. If I want out of the maze it may make a difference wheather I will wait a while till programm tell me what is the shortest path, or I will have to go a little longer way, but I will save a time on calculation and in effect will go out in shorter time.

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP ContestsOlder Contests > Evaluation


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek