<?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: Big Sunday Push Continues</title>
	<atom:link href="http://blogs.mathworks.com/contest/2007/05/13/big-sunday-push-continues/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/contest/2007/05/13/big-sunday-push-continues/</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: Yi Cao</title>
		<link>http://blogs.mathworks.com/contest/2007/05/13/big-sunday-push-continues/#comment-2104</link>
		<dc:creator>Yi Cao</dc:creator>
		<pubDate>Tue, 15 May 2007 12:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=67#comment-2104</guid>
		<description>The minimum result has been pushed to 38681. I think it still has some space to go if we can make the code faster.</description>
		<content:encoded><![CDATA[<p>The minimum result has been pushed to 38681. I think it still has some space to go if we can make the code faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Chalker</title>
		<link>http://blogs.mathworks.com/contest/2007/05/13/big-sunday-push-continues/#comment-2099</link>
		<dc:creator>Alan Chalker</dc:creator>
		<pubDate>Mon, 14 May 2007 15:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=67#comment-2099</guid>
		<description>I forgot to include my analysis of the current tradeoff between time and results.  Right now the leading entry has a results of 39582 and time of 48.7.  We are way past the &#039;knee&#039; of the exponential curve, which is somewhere in the 25-30 seconds range depending on how you look at it.

Each 1/2 in time that is shaved off the code right now is equal to about 6 points of results.  

While we don&#039;t know what the makeup of the test suite is, the best result obtained so far is 39028 by David Jones (who is as usual making significant and numerous contributions to the contest).  I think we can assume that the minimum possible result is somewhere around 39000.</description>
		<content:encoded><![CDATA[<p>I forgot to include my analysis of the current tradeoff between time and results.  Right now the leading entry has a results of 39582 and time of 48.7.  We are way past the &#8216;knee&#8217; of the exponential curve, which is somewhere in the 25-30 seconds range depending on how you look at it.</p>
<p>Each 1/2 in time that is shaved off the code right now is equal to about 6 points of results.  </p>
<p>While we don&#8217;t know what the makeup of the test suite is, the best result obtained so far is 39028 by David Jones (who is as usual making significant and numerous contributions to the contest).  I think we can assume that the minimum possible result is somewhere around 39000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Chalker</title>
		<link>http://blogs.mathworks.com/contest/2007/05/13/big-sunday-push-continues/#comment-2098</link>
		<dc:creator>Alan Chalker</dc:creator>
		<pubDate>Mon, 14 May 2007 15:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/contest/?p=67#comment-2098</guid>
		<description>I don&#039;t think the complexity factor has significantly helped the competition due to the fact you set the bar too high.  I&#039;ve calculated out the scoring equation coefficients which are:
k1 = 0.1
k2 = 2
k3 = 0.05
k4 = 1
(Kudos for changing them significantly from past competitions).  Based upon this, each point of complexity above 10 only affects the score by 1 point.  While most of the leading entries are hovering around complexity 10, I&#039;ve seen competitive entries as high as 20 something and as low as 6 or 7.  People don&#039;t seem to be worrying too much about complexity and are just tweaking the parameters and timing now.  

I&#039;d suggest in the future you lower the complexity &#039;freebie&#039; bar to 4 or 5 and make the penalty factor significantly greater (i.e. k4=10 perhaps?? or make it exponential).

Perhaps a new midterm contest would be the best scoring code  with a complexity of 3 or less??? That would seem to really push us based upon the entries so far and would be in line with what the 1000 character challenge calls for (which is typically a ~3x reduction in code length).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think the complexity factor has significantly helped the competition due to the fact you set the bar too high.  I&#8217;ve calculated out the scoring equation coefficients which are:<br />
k1 = 0.1<br />
k2 = 2<br />
k3 = 0.05<br />
k4 = 1<br />
(Kudos for changing them significantly from past competitions).  Based upon this, each point of complexity above 10 only affects the score by 1 point.  While most of the leading entries are hovering around complexity 10, I&#8217;ve seen competitive entries as high as 20 something and as low as 6 or 7.  People don&#8217;t seem to be worrying too much about complexity and are just tweaking the parameters and timing now.  </p>
<p>I&#8217;d suggest in the future you lower the complexity &#8216;freebie&#8217; bar to 4 or 5 and make the penalty factor significantly greater (i.e. k4=10 perhaps?? or make it exponential).</p>
<p>Perhaps a new midterm contest would be the best scoring code  with a complexity of 3 or less??? That would seem to really push us based upon the entries so far and would be in line with what the 1000 character challenge calls for (which is typically a ~3x reduction in code length).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

