JuliaAI / MLJTuning.jl

Hyperparameter optimization algorithms for use in the MLJ machine learning framework
MIT License
67 stars 12 forks source link

Add a method to check invariants of a tuning strategy #135

Closed ablaom closed 3 years ago

ablaom commented 3 years ago

This is needed because tuning stategy structs are mutable.

Something like a clean! method that we have already for models.

@lhnguyen-vn