IQVIA-ML / TreeParzen.jl

TreeParzen.jl, a pure Julia hyperparameter optimiser with MLJ integration
Other
35 stars 5 forks source link

Track which Trial object is user-suggested #21

Open ghost opened 4 years ago

ghost commented 4 years ago

Describe the solution you'd like

It would be good if the Trial object had a user_suggested field which would allow us to track which trials are coming from user suggested parameter values.

This would help the user themselves in the case of non-in-order executions. This would also allow the optimiser to have the ability not to drop them from distribution estimation even if linear_forgetting would otherwise make them remain unused.