-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ratio comparison (different populations) MC sampling duplication #1086
Comments
After the change, the computation became much slower. Previous run (before the change): 4.7 minutes
Current run: 13.5 min
|
I have started investigating why the process has become much slower. |
Removing the group_by, the monte carlo test with 1000 population size and 10000 repetitions end with a computation time of 3.4 minutes. |
With 7 cores, it went down to 59 seconds |
Same test with 7 cores, it went down to 59 seconds ! |
…utation and suggest parallel - If parallel is not installed, the regular code is used. - Regular code tries not to run group_by that slow down the computation by a lot - The number of cores is identified from the SimulationSettings already set up for the PK parameter calculation task
At the moment, the MC sampling is duplicated for each PK-Parameter.
This should be optimized (sample only once; then calculate PK-Ratios for each parameter from sampled populations)
The text was updated successfully, but these errors were encountered: