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, 07: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, 08: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, 01: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, 02: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, 04: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, 02: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, 03: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, 05: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!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

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




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