<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Contest is Underway</title>
	<atom:link href="http://blogs.mathworks.com/contest/2007/05/09/the-contest-is-underway/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/contest/2007/05/09/the-contest-is-underway/</link>
	<description>The MATLAB Programming Contest is a semi-annual competition where contestants submit MATLAB code to try to solve a challenge.  For more information, see http://www.mathworks.com/contest/overview.html</description>
	<lastBuildDate>Sat, 21 Jan 2012 14:45:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alan Chalker</title>
		<link>http://blogs.mathworks.com/contest/2007/05/09/the-contest-is-underway/#comment-2092</link>
		<dc:creator>Alan Chalker</dc:creator>
		<pubDate>Wed, 09 May 2007 21:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=62#comment-2092</guid>
		<description>I just tried the updated grade.m and it doesn&#039;t seem to be fixed.  You did this:
Old:
    f = moves(i,[1 2]);
    t = moves(i,[3 4]);

New:
    t = moves(i,[3 4]);
    f = moves(i,[1 2]);

The correct New (based upon the newsgroup discussion) should be:
   f = moves(i,[2 1]);
   t = moves(i,[4 3]);

Alternatively, you should update the rules to indicate the reversed order.</description>
		<content:encoded><![CDATA[<p>I just tried the updated grade.m and it doesn&#8217;t seem to be fixed.  You did this:<br />
Old:<br />
    f = moves(i,[1 2]);<br />
    t = moves(i,[3 4]);</p>
<p>New:<br />
    t = moves(i,[3 4]);<br />
    f = moves(i,[1 2]);</p>
<p>The correct New (based upon the newsgroup discussion) should be:<br />
   f = moves(i,[2 1]);<br />
   t = moves(i,[4 3]);</p>
<p>Alternatively, you should update the rules to indicate the reversed order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://blogs.mathworks.com/contest/2007/05/09/the-contest-is-underway/#comment-2091</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 09 May 2007 20:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=62#comment-2091</guid>
		<description>Thanks Alan.  We&#039;ve posted an update and announced it on the newsgroup.</description>
		<content:encoded><![CDATA[<p>Thanks Alan.  We&#8217;ve posted an update and announced it on the newsgroup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Chalker</title>
		<link>http://blogs.mathworks.com/contest/2007/05/09/the-contest-is-underway/#comment-2090</link>
		<dc:creator>Alan Chalker</dc:creator>
		<pubDate>Wed, 09 May 2007 19:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=62#comment-2090</guid>
		<description>I&#039;m posting this both here and in the newsgroup to ensure the contest team sees it:

There is an error in the grade function, but I haven&#039;t been able to figure it out yet.

Try to run the examples in the rules like this:

grade([7 0 2 0; 0 0 8 0; 0 7 0 0; 0 0 3 4], [1,3,3,3])
 result = 31
according to the rules it should be 25

likewise

grade([7 0 2 0; 0 0 8 0; 0 7 0 0; 0 0 3 4],[4,4,4,2;4,2,2,2;2,2,2,4]);
result = 35
according to the rules it should be 17

I only discovered this because as I was testing things that should work out, my score was going up, not down.</description>
		<content:encoded><![CDATA[<p>I&#8217;m posting this both here and in the newsgroup to ensure the contest team sees it:</p>
<p>There is an error in the grade function, but I haven&#8217;t been able to figure it out yet.</p>
<p>Try to run the examples in the rules like this:</p>
<p>grade([7 0 2 0; 0 0 8 0; 0 7 0 0; 0 0 3 4], [1,3,3,3])<br />
 result = 31<br />
according to the rules it should be 25</p>
<p>likewise</p>
<p>grade([7 0 2 0; 0 0 8 0; 0 7 0 0; 0 0 3 4],[4,4,4,2;4,2,2,2;2,2,2,4]);<br />
result = 35<br />
according to the rules it should be 17</p>
<p>I only discovered this because as I was testing things that should work out, my score was going up, not down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heinrich Acker</title>
		<link>http://blogs.mathworks.com/contest/2007/05/09/the-contest-is-underway/#comment-2089</link>
		<dc:creator>Heinrich Acker</dc:creator>
		<pubDate>Wed, 09 May 2007 18:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=62#comment-2089</guid>
		<description>There are a couple of nice new ideas in this contest! I really like the problem. What you have written aubout group intelligence and the white flag is clever, no real gentleman can welch you after this. The complexity-depended score is also interesting, although it should always be possible to avoid a penalty by using lots of functions. Let&#039;s see what happens.

Last not least: The GUI provided with the testsuite is the best so far. It will allow spectators like me to follow the evolution of solutions in this contest.</description>
		<content:encoded><![CDATA[<p>There are a couple of nice new ideas in this contest! I really like the problem. What you have written aubout group intelligence and the white flag is clever, no real gentleman can welch you after this. The complexity-depended score is also interesting, although it should always be possible to avoid a penalty by using lots of functions. Let&#8217;s see what happens.</p>
<p>Last not least: The GUI provided with the testsuite is the best so far. It will allow spectators like me to follow the evolution of solutions in this contest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://blogs.mathworks.com/contest/2007/05/09/the-contest-is-underway/#comment-2088</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 09 May 2007 16:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=62#comment-2088</guid>
		<description>Hi Alan and welcome back.

Your comment about enforcement is mostly true.  We have a couple of steps we can take if someone is being difficult, but they&#039;re fairly limited.

We&#039;re mostly counting on our participants to cooperate.  In the past, people submitting entries like these have been white hat hackers like yourself.  It was all in good fun and we haven&#039;t seen evidence of real malice.  Hopefully this spirit will continue in this contest under the new rules.

If anyone notices something shady going on, please let us know right away at contest@mathworks.com.</description>
		<content:encoded><![CDATA[<p>Hi Alan and welcome back.</p>
<p>Your comment about enforcement is mostly true.  We have a couple of steps we can take if someone is being difficult, but they&#8217;re fairly limited.</p>
<p>We&#8217;re mostly counting on our participants to cooperate.  In the past, people submitting entries like these have been white hat hackers like yourself.  It was all in good fun and we haven&#8217;t seen evidence of real malice.  Hopefully this spirit will continue in this contest under the new rules.</p>
<p>If anyone notices something shady going on, please let us know right away at <a href="mailto:contest@mathworks.com">contest@mathworks.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Chalker</title>
		<link>http://blogs.mathworks.com/contest/2007/05/09/the-contest-is-underway/#comment-2087</link>
		<dc:creator>Alan Chalker</dc:creator>
		<pubDate>Wed, 09 May 2007 16:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=62#comment-2087</guid>
		<description>I&#039;m glad to see the rules changes you&#039;ve made, which should definitely make the contest experience much better.  However, I think this begs the question as to how you intend to enforce them.  There still isn&#039;t any type of authentication mechanism on the entry submission page, which means that somebody who wants to still welch the contest or spam-tweak or probe out the test suite could do it anonomously.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad to see the rules changes you&#8217;ve made, which should definitely make the contest experience much better.  However, I think this begs the question as to how you intend to enforce them.  There still isn&#8217;t any type of authentication mechanism on the entry submission page, which means that somebody who wants to still welch the contest or spam-tweak or probe out the test suite could do it anonomously.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

