SSIA
First of all, thanks to @NeumannArthur for putting together the initial implementation of LSODAIntegrator.java.
It's a great starting point for getting things up and running.
That said, there are a few areas where we can improve the code to align more closely with standard Java conventions and software engineering principles.
For example, it's currently using System.out.println for logging and not throwing exceptions when errors occur.
I think it's worth refactoring to make the codebase more robust and maintainable going forward.
SSIA
First of all, thanks to @NeumannArthur for putting together the initial implementation of LSODAIntegrator.java.
It's a great starting point for getting things up and running.
That said, there are a few areas where we can improve the code to align more closely with standard Java conventions and software engineering principles.
For example, it's currently using System.out.println for logging and not throwing exceptions when errors occur.
I think it's worth refactoring to make the codebase more robust and maintainable going forward.