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

Do we need test_trapping_cubic_library()? #453

Open
Jacob-Stevens-Haas opened this issue Jan 8, 2024 · 0 comments
Open

Do we need test_trapping_cubic_library()? #453

Jacob-Stevens-Haas opened this issue Jan 8, 2024 · 0 comments
Labels
Trapping Affects/implements Trapping SINDy

Comments

@Jacob-Stevens-Haas
Copy link
Collaborator

AFAIK, we don't do trapping with a cubic library. The current test just verifies that it's possible to fit a SINDy model with a trapping optimizer and a custom library with the following functions?

    library_functions = [
        lambda x: x,
        lambda x, y: x * y,
        lambda x: x**2,
        lambda x, y, z: x * y * z,
        lambda x, y: x**2 * y,
        lambda x: x**3,
    ]
@Jacob-Stevens-Haas Jacob-Stevens-Haas added the Trapping Affects/implements Trapping SINDy label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trapping Affects/implements Trapping SINDy
Projects
None yet
Development

No branches or pull requests

1 participant