-
I see from your GitHub project you are interested in Python genetic algorithms. The authors of scipy have added a genetic algorithm for initial parameter estimation in curve fitting, the module is nam…
-
When run in fitting mode, the current procedure decides on how Rv should be treated (i.e. whether it is a free parameter or fixed) based on what was done in the training. It would be nice to have a wa…
-
Found so far in Curve Fitting, both published and master. While the splash screen is up, it will move to the upper left corner part way through. If the sim reloads, this happens the entire time the sp…
-
```
Goal:
Display chi2 fitting results from each individual RD Curve (instead of the sum for the entire Group)
To program
Implement this anywhere (table or Fit RD window)
Results Table is likely …
-
I'm fitting an EBM multiclass classifier, and am getting feature curves with values in excess of 10^10. Is there a way to fix this somehow? Ideally I could specify a maximum value, and clip the featur…
-
Hi Dear Developers
I just begin to use MDsuite. When I try to simulate MSD and distinct MSD. I received the error like:
"/gpfs/fs1/home/ac.hguo/myopt/MDSuite/tensorflow/lib/python3.8/site-package…
-
### tl;dr
using 0.551777 (`argmin(arclen)`) or 0.551778 (`argmin(area)`) rather than 0.55228 (3 point fit) reduces the approximation error substantially
### The read
While κ (i.e. `4(√2 -i)/3…
Pomax updated
3 years ago
-
Notes from KG/SEJ meeting 6/25:
The von Bertalanffy check doesn't currently work well. It flags almost all fish as being too small/overestimates how large they should be based on growth curves.
Li…
-
**Describe the bug**
When using a fitting function where the data creates an orphan point. The canvas renderer will flip-flop seemingly based on width whether to render the area as filled (incorrect)…
-
[Levenberg-Marquardt](https://en.m.wikipedia.org/wiki/Levenberg%E2%80%93Marquardt_algorithm) is a frequently needed algorithm in curve fitting problems in finance. It would be great to have a batched…