|
So my question is:
Are the solutions that are being posted / winning the contest
actually the best solutions? I ran the best solution (at the time)
against the test suite that was provided and it actually increased
the score of submitting a solution of all zeroes. That blows my
mind. Shouldn't this contest be done for the sake of creative
algorithm design instead of tweaking to obtain a non-meaningful
score??
Not to say that I've come up with anything .. :) But I would like to
think that the winning solution would work the best for ALL test
cases.
Luigi
the cyclist wrote:
>
>
> Luigi Sorbara wrote:
>>
>>
>> This may be a naive question. But all this mention of probe,
> etc,
>> does this mean that the test suite being used it static? Or am
I
>> missing what's going on here?
>>
>> Thanks
>
> The test suite used for scoring entries is indeed static; it is
> distinct from the test suite sent out in the file exchange for
> "home
> use".
>
> That is the reason it is possible to optimize certain constants in
> nonintuitive ways, and why certain sequences of pseudorandom
> numbers
> are better than others.
|