PySR
PySR copied to clipboard
[Feature]: Should launch search in a thread
Feature Request
PySR should launch the search process in a thread so that we can watch for stop signals. However, I'm not sure how PySR could forward the stop signal to PyJulia?
This is probably the way to integrate with tqdm as well.
Actually in a process. Then we can catch any interrupt and write to a "signal file" that SymbolicRegression.jl would read.