Is your feature request related to a problem? Please describe.
One issue I had to deal with in the past was overfitting due to constant optimizing of the algo. In my case, my memory gets worse as workload increases, which when doing daily parameter optimizations, will slowly increase my workload infinitely. I fixed this by switching my optimizations to a monthly basis which I think allowed my review history to gather enough “new” data to make a proper assessment. The recent update which made it so that parameters are not updated if the evaluation is worse than the previous one may have partially fixed this issue, but I believe it is still possible.
Aside from the above problem, this will also help in determining if your parameters are very outdated.
Describe the solution you’d like
A simple date timestamp under the optimize button showing the last time you optimized and saved new parameters. Clicking the optimize button may also trigger a popup if you are attempting to optimize within a certain timeframe (a month, say) that warns the user against frequent optimization.
The date is not stored separately for each preset. If you have fancy requirements that involve optimizing presets individually, it sounds like you’d be better off writing an add-on to do what you want.