Paul T

Results 75 issues of Paul T
trafficstars

Need to give uses control of setting the seed of the random number generators. https://www.numbercrunch.de/trng/trng.pdf

https://github.com/MOEAFramework/MOEAFramework

Fixes #3

Need to add CI pipeline for builds, documentation and style checks

Currently it's not possible to customize the selection strategy via the `dp::genetic::params` object. This should be addressed with `roulette_selection` being the default.

I realize that this generally isn't the case in most projects, but I accidentally made it happen with a project I'm working on where I created a folder called `LICENSE`...

bug

This clang-format was created using LLVM's tool to "detect" the format from existing code. From my testing, it's quite close.

LLVM 18 is released now and it would be nice to have support for `clang-format-18`. It's currently available on [Ubuntu noble](https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=clang-format-18&searchon=names).

We are using `clang-format` 18 via LLVM `18.1.5` but after formatting locally the files that the CI complains about in its checks, no changes are applied. Is there something we're...