MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://astroautomata.com/PySR
Apache License 2.0
2.09k stars 197 forks source link

[Feature]: Support for Complex Data in PySR #402

Closed frank-ccc closed 11 months ago

frank-ccc commented 11 months ago

Feature Request

Hello PySR maintainers,

I'm considering using PySR and have encountered a need to work with complex data. Can the current version of PySR handle complex data? If not, would it be possible to add this functionality?

Adding support for complex data would benefit users in various scientific fields and could expand PySR's applicability.

Thank you for considering this feature request.

MilesCranmer commented 11 months ago

Hi @frank-ccc,

Complex data is already supported 🙂 See https://astroautomata.com/PySR/examples/#8-complex-numbers

Cheers, Miles

frank-ccc commented 11 months ago

This is great!