TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Battlecode 2015 – AI Programming Competition

98 点作者 dvorak42超过 10 年前

5 条评论

x0054超过 10 年前
I do remember back in the day playing AT Bots, it was a similar concept, only you would write the bots in assembly, which was kind of fun, because on top of the strategy, you also had to figure all the ways to profile your code. Like for instance bit shifting instead of dividing, and such. You had to keep the code light because the speed of your bot directly correlated to the how fast the code would be executed. So, each processor cycle counted towards making you faster, but speed up too much by cutting down your code, and your bot would get dumber.<p>It would be interesting to see a game where only the API for the bot is exposed, and the actual computation takes place on a separate machine (or same machine, but separate processor). That way you can experiment with all kinds of languages, or even possible hardware combinations. For competition your code would be loaded on a VM instance or a physical machine which has identical characteristics to all the other competing machines, and you go at it. This way you are not limited to a given language or a set of libraries, and can really explore all the possibilities.
评论 #8839183 未加载
sagichmal超过 10 年前
Looks fun!<p><pre><code> &gt; What are the supported programming languages? Java and Scala. </code></pre> Oh. Nevermind.<p>What&#x27;s the most interesting version of a competition like this which doesn&#x27;t place restrictions on implementation language?
评论 #8837169 未加载
评论 #8837111 未加载
vertis超过 10 年前
While some of it is open to non-MIT students, it looks like to continue through to the finals you need at least 50% MIT students on your team.<p>Should be fun anyway.
评论 #8837676 未加载
评论 #8837155 未加载
评论 #8837072 未加载
chrishare超过 10 年前
This looks awesome. Are the winning bots&#x27; source available after the tournament is concluded?
评论 #8840256 未加载
ratsimihah超过 10 年前
Any MIT student not participating in Battlecode here?