Eduard Nicodei
Eduard Nicodei
It would be really good to compile a list of devices on which this whole direct-port-writing-to-control-fan business works on or MIGHT work. Currently users have reported working on a few...
# Description Hello! So I wanted to play a bit with the server and maybe put together an app. I tried running the `etebase-rs` tests against a recent server instance....
Inspired from https://github.com/esa/pagmo/issues/95#issuecomment-77750105 When taking population samples in jDE, if the population size (`NP`) is small enough, we apply a sampling without replacement algorithm, otherwise we revert to previous behaviour....
Unit test for `problem::normalized`. Test that applying `normalize` to a problem with bounds (-1, 1) doesn't have any effect. Ensure that no matter what the bounds, `normalized.objfun(x) = original.objfun(denormalize(x))` This...
Not sure if I did the right things so feedback very welcome! ## What A few changes: * Bumped the version in numerals.cabal * added entry in changelog * added...
## Overview From the following discussion: https://github.com/unisonweb/unison/pull/5224#issuecomment-2229409852 Currently the CI cache for the JIT tests misses a few things which might change (and hence break the tests). At the very...