mlr-org / ParamHelpers

Helpers for parameters in black-box optimization, tuning and machine learning.
https://paramhelpers.mlr-org.com
Other
26 stars 9 forks source link

Make timestamp an integral part of the opt.path #61

Open jakob-r opened 8 years ago

jakob-r commented 8 years ago

From my point of view it makes sense to store a time.stamp in the opt.path. Of course we can always put it in the extras but maybe it is so essential that we want to have it as an essential part of the opt.path? We should then also discuss the format here maybe.

We want it because with parallelMap we can't always know when a function was exactly executed. Of course the time stamp is not the time of when addOptPathEl was called but when the function is called.

berndbischl commented 8 years ago

I will try to add this now.