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

Implicit integration methods for solving nonlinear systems #445

Open
2 tasks done
chaoming0625 opened this issue Aug 15, 2023 · 1 comment
Open
2 tasks done

Implicit integration methods for solving nonlinear systems #445

chaoming0625 opened this issue Aug 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@chaoming0625
Copy link
Collaborator

Please:

  • Check for duplicate requests.
  • Describe your goal, and if possible provide a code snippet with a motivating example.

Implicit solvers are import to the (morphological) structure of neurons. It is essential to support Implicit integration methods.

@chaoming0625 chaoming0625 added the enhancement New feature or request label Aug 15, 2023
@AnushkaShreyam
Copy link

Thank you for opening this issue @chaoming0625 ! Implicit solvers are indeed critical for accurately modeling stiff systems like neuronal structures. Here's my proposed plan to address this

  • Implement core implicit methods such as Backward Euler and Crank-Nicholson, leveraging iterative solvers like Newton-Raphson or fixed-point iteration.
  • Utilize JAX for efficient Jacobian computation and explore other JIT backends like Numba or Taichi to enhance solver performance.
  • Design a user-friendly API to allow flexibility in choosing methods, setting tolerances, and configuring solver parameters.
  • Validate the implementation with neural dynamics models and benchmark it for accuracy and performance compared to existing solvers.

Does this approach align with your expectations? Let me know if there are additional requirements or specific scenarios you'd like to prioritize. I'm happy to collaborate and contribute to this!

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

No branches or pull requests

2 participants