Franz Wilhelmstötter

Results 62 issues of Franz Wilhelmstötter

Remove the usage of the deprecated `java.security.AccessController` class. There will be no replacement for use of the `AccessController`.

cleanup

The returned sample values for _mean_ = 0 and 1 is not consistent with the samples returned for the rest. Change ```java if (Double.compare(mean, 0) == 0) { return (random,...

bug

Update to next SNAPSHOT version.

Improve the tests, which makes it clearer which use scenario is actually been tested. Also add missing use cases.

testing

The new `Gatherer` class in Java 24 allows to write new intermediate functions for Streams. The methods in the `io.jenetics.util.Streams` class uses flat-mappers for this purpose. In this ticket, the...

enhancement
breakingchange

The statistics classes of the base module will be moved in separate module. This module will than also contain the statistics classes in the incubator module.

enhancement
breakingchange

The method has been renamed to 'ResultSetParser::csv'.

It should be possible to do some basic configuration for the exported CSV format. Especially should it be possible to omit the CSV header.

enhancement