-
When I cross-compile for android:
```
cmake -DANDROID_NATIVE_API_LEVEL=android-19 -DCMAKE_TOOLCHAIN_FILE=../script/android.toolchain.cmake -DANDROID_NDK=~/Projects/android-ndk-r13b/ -DCMAKE_BUILD…
-
regarding to regularization for LogisticRegression
https://nbviewer.jupyter.org/github/qinhanmin2014/tiny-sklearn/blob/master/linear_model/LogisticRegression.ipynb
do you have L1 regularization …
-
Diffeqs should perhaps updated to use the new `ode_rk45 `. I can take a look at this personally, if you want.
Sorry for the initial blank issue, I hit enter by accident while drafting this 😕 .
-
I was now able to install awebox on Ubuntu 22.04 thanks to the latest fixes.
But running the first example
```
python3 examples/ampyx_ap2_trajectory.py
```
fails with the following message:
…
-
Dispersion is very sensitive to anything done to the solvers, as the Vlasiator Summer of Debugging 2016 has shown.
To avoid having to put in the extra code, a version of the Dispersion tools suite us…
-
Now cvode seems to be a reliable solver for stiff problems, but we still run into numerical issues from time to time (well we do go complex, but still).
I am just wondering if we are sqeezing every…
-
In the process of replicating the graphics, the beam mode from the results of the joint beamforming optimization was well shifted, and the communication beam at 90° and 135° I simulated was wrong. Why…
-
I am currently utilizing the SINDy (Sparse Identification of Nonlinear Dynamical Systems) method to capture the dynamics of fluid Proper Orthogonal Decomposition (POD) modes. While I have been success…
-
Hi there
I'm trying to use odeint with my own network and I'm having trouble with the forward pass taking extremely long. I print the timestamps in the forward pass and I've noticed two things:
- …
-
In our PTE solvers, we actually use `temp[0]` as the starting point for the sovler (if I'm reading our code correctly). `Tguess` seems to really just be a ballpark value used to rescale the temperatur…