Let's say we have a very basic time management such as
Code: Select all
nextAvailableTimeForMove = remainingTime/remainingMove + smallMargin
Will it be really much better ? Does someone has some past experience on the subject ?
Moderator: Ras
Code: Select all
nextAvailableTimeForMove = remainingTime/remainingMove + smallMargin
Code: Select all
nextAvailableTimeForMove = remainingTime/remainingMove - smallMargin
Here is something:xr_a_y wrote: ↑Thu Jan 24, 2019 5:44 pm How much can we expect from a "good" time management in term of elo ?
Let's say we have a very basic time management such asand we introduce things like emergency time, "simple response"/easy move, game phase dependency, ...Code: Select all
nextAvailableTimeForMove = remainingTime/remainingMove + smallMargin
Will it be really much better ? Does someone has some past experience on the subject ?