sschnug

Results 14 comments of sschnug

I also observed this with SecretBox aka Symmetric Encryption. Because i wanted to know, if the nonce is automatically saved into the cipherstream, i looked for information and stumbled upon...

In terms of benchmarks, i don't know what i should think about random-instances. For many problems this is completely irrelevant (and might bumb low-level performance in contrast to algorithmics). I...

Non-contributor here: What algorithms do you need? Do you have too much data (which can't be used through sparse-matrices)? ##### I do think, that the following algorithms need only minimal...

Let's see what the developers think. Just two random remarks: - Did you try (carefully tuned) vanilla-SGD (the version in sklearn with partial_fit) for your use-case (i'm sceptical if AdaGrad...

Somewhat related, i would also propose to either: - publish the build-pipeline behind the delivered libraries - publish build-information when updating - or at least: wrap [Cbc_getVersion()](https://github.com/coin-or/Cbc/blame/d954eb3f8a47f0a2c88a68cb852b7f000b351901/Cbc/src/Cbc_C_Interface.cpp#L644) - (one could...

@prateeky2806 This is probably the core-parameter to care about SCS and you will get *some* idea by reading the scientific-paper [Conic Optimization via Operator Splitting and Homogeneous Self-Dual Embedding](https://arxiv.org/pdf/1312.3039.pdf) (especially...

I guess there is *some* movement: - https://github.com/protocolbuffers/protobuf/commit/89d6b74dea804995488980c44d3f53855e926d69 - https://twitter.com/DrawsMiguel/status/1626455672769466369?s=20

Is this *master* or *latest release*? I can only say, that i had issues related to *HighsTaskExecutor* (serial code but repeated invocation) using current release which disappeared after going for...

**I observed more or less the same issue** when solving big multi-commodity flow like (enriched) models using **or-tools with scip**. Neither the setting mentioned by Stefan above nor other expected-to-help...

Afaik there is no algebraic modelling (or let's say matrix-based modelling) available in SCIP, meaning: there is no way to define a vector / batch of variables and there is...