MATLAB Programming Contest Blog

May 4th, 2010

Mid-Contest Analysis

Last night, while many of you were coming up with new strategies for approaching this contest, Ned was busy looking at past submissions. Take a look at his thoughts in the Mid-Contest Analysis.  There is a Japanese version available as well.

Just one more day to go!  Enjoy!

Helen

3 Responses to “Mid-Contest Analysis”

  1. the cyclist replied on :

    Thanks for the analysis, Ned. Very cool stuff.

    Also, I don’t think I’ve mentioned this elsewhere yet, but I really like all the new contest machinery that was put in place this time around. I appreciate the effort that the team has put into the contest.

  2. Amitabh Verma replied on :

    I agree. Very nice work with all the new features you and your team have added since the last contest.

    Also, I do believe that the graphs at the end on the Stats page are not getting updated along with the other stats.

    Thanks for making this fun and extremely educational contest !

  3. Oliver Woodford replied on :

    Thanks, Ned, for picking out my Super Slim entry. I couldn’t resist dipping my toe in again. A reference framework was precisely the idea, though I had hoped that the JIT compilation of 2010a would’ve made it a bit faster – I was testing on the copy of 2007b I have at home. Rather than computing exact mean values for queryLimit regions, the regions overlap a lot, so there are many more of them. This increases resolution, but at the cost of a harder inference problem which requires some regularization.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks
The MATLAB Programming Contest is a semi-annual competition where contestants submit MATLAB code to try to solve a challenge.

See behind the scenes of the MATLAB Programming Contest

These postings are the author's and don't necessarily represent the opinions of The MathWorks.