This PR adds the old functionality of the Evaluate button with RMSE and log loss during FSRS optimization/evaluation.
It can be activated by the debug console with the following command:
from anki.config import Config
mw.col.set_config_bool(Config.Bool.FSRS_LEGACY_EVALUATE, True)




