Results 23 comments of karei

Yes, I also encountered the same problem. I have the same needs as femto...

I worked out an alternative to using a plugin called Highlight (by fabiospampinato). ```js "highlight.regexes": { "(##)( .*)": { "filterLanguageRegex": "julia", "decorations": [ // Two sets of captures { //...

`ERROR: LoadError: LoadError: syntax: invalid assignment location "; cell_obs, colnames, coltypes" around /home/runner/work/Bonito.jl/Bonito.jl/src/widgets.jl:477` that appears in CI is due to the fact that Julia 1.6 does not support [Property destructuring](https://docs.juliacn.com/latest/manual/functions/#Property-destructuring)....

I have some newer metaheuristic algorithms (from this year) on hand, and I can integrate them into Clapeyron to benchmark their performance. Before I do that, I’d like to confirm...

Oh, thank you for the kind reminder. My project is completely unrelated to that, so there shouldn’t be any overlap. No worries.

I see, thanks for the clarification. I understand the General registry constraint. I’ll dig into this on my side, including the possibility of implementing the DE approach locally to remove...

> The HELD PR also has some systems if that is not sufficient. I couldn't find any new test cases for Tp flash algorithms in HELD PR. Could you tell...

I ran a structured and fairly detailed benchmark comparing the default algorithms in BlackBoxOptim.jl (BBO) against the algorithm I propose to use, RDEx. The test set consists of **14 valid...

### Please be very careful when resolving conflicts around __eval_G_DETPFlash. The historical implementation was incorrect: it returned `gl` as a molar quantity (intensive, J/mol) rather than the total Gibbs free...