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.
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.