MilesCranmer / SymbolicRegression.jl

Distributed High-Performance Symbolic Regression in Julia
https://ai.damtp.cam.ac.uk/symbolicregression/
Apache License 2.0
644 stars 86 forks source link

Data recorder #27

Closed MilesCranmer closed 3 years ago

MilesCranmer commented 3 years ago

One of the most useful features for improving the performance of SymbolicRegression.jl, and otherwise debugging it, would be a data recorder. This would log everything that happens in a structured format (not plaintext!), so that one can quantitatively study the performance of various algorithms, and tune them.

MilesCranmer commented 3 years ago

Implemented in 0.6.1.