esa / jupiter_tour

A javascript crowdsourcing experiment to prove you can fly a spacecraft through planetary systems
14 stars 7 forks source link

Scoreboard verified solutions #62

Closed darioizzo closed 10 years ago

darioizzo commented 10 years ago

Right now the client sends to the server the best solution found which is blindly inserted in the scoreboard. This system is extremely easy to hack.

In the real production code, the server should re-perform the computation of the objective function upon reception (from the chromosome sent) and use that for the scoreboard.

swilli commented 10 years ago

done.