Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store SymbolicRegression.Options in .sr_options_ #429

Closed
wants to merge 8 commits into from

Conversation

MilesCranmer
Copy link
Owner

A variety of functions in SymbolicRegression.jl requires the Options type as input.

This PR saves the Options in the .sr_options_ attribute of PySRRegressor so it's easier to access various functions.

TODO:

  • Create some examples in the documentation:
    • Computing complexity on a user-specified expressions
    • Calling eval_tree_array from Python for faster evaluations
    • (any others?)

@MilesCranmer
Copy link
Owner Author

Added already in recent switch to PythonCall.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant