Hongyuan Jia
Hongyuan Jia
I did not get your point. Can you elaborate in details about what you want to achieve?
Sorry, I have no time to debug your ~2000 lines of code. But I can give you some directions on how to do that. The global variables stored in your...
Hi @mdakyen . Sorry for the late response. I saw you close the issue. Have you already solved the problem?
I see. Do you know what is the part that costs most of the time? It would be great if you could provide some [reproducible examples](https://reprex.tidyverse.org/) or at least some...
@mdakyen Thanks for the code. It helps me to understand the issue a lot. Here are some suggestions: * > openxlsx loads the xlsx cost data I have prepared (...
> I was able to get the program running with cost as my second objective. But it still takes a lot of time to run, because inside my cost function...
@mdakyen Thanks for the report. I will test on my side to locate the bug. BTW, I did not come out a good way about how to add an extra...
Test for chiller COP and capacity calibration, using the optimized `bcWithPred.stan` in bc-stan repo. Since it seems to never complete using 7-days hourly data, below I change it to 3-days...
It completes after more than half hour. Definitely not a good results. ## Warnings ```r # Warning messages: # 1: There were 500 transitions after warmup that exceeded the maximum...
```r rstan::check_hmc_diagnostics(res$fit) # Divergences: # 0 of 500 iterations ended with a divergence. # # Tree depth: # 500 of 500 iterations saturated the maximum tree depth of 10 (100%)....