MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia

Home Page:https://astroautomata.com/PySR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Built-in binary operators

MilesCranmer opened this issue · comments

Apparently binary (number) operators already work: MilesCranmer/SymbolicRegression.jl#58 (comment), so I would like to implement these as built-in, so that you can simply write "AND" and it will register the corresponding binary operator's real-extension.