Adrian
Adrian
I have a feature request concerning the spectrum. Would it be possible to make the frequency spectrum configurable between linear and logarithmic representation? Also, would it be possible to make...
In the [burlap_examples](https://github.com/jmacglashan/burlap_examples) Repository, the [GridGameExample](https://github.com/jmacglashan/burlap_examples/blob/master/src/main/java/edu/brown/cs/burlap/examples/GridGameExample.java) does not work with a 64-bit Java Runtime Environment under Windows x64. You get the following error: > Exception in thread "main" java.lang.NullPointerException >...
While seeking deeper in the code and trying out [DiscretizingMaskedHashableStateFactory](http://burlap.cs.brown.edu/doc/burlap/statehashing/maskeddiscretized/DiscretizingMaskedHashableStateFactory.html), I saw that it is missing the methods that [MaskedHashableStateFactory](http://burlap.cs.brown.edu/doc/burlap/statehashing/masked/MaskedHashableStateFactory.html) is offering for adding both variables and objects. The config...
While doing performance profiles, I noticed that in the IISimpleHashableState-Class in the valuesEqual()-Method the isArray()-Call is used. That call has a quite bad performance and perhaps it can be replaced...
Dear friends, I am trying to extern template instantiate the boost::geometry::rtree with boost::interprocess allocator, since I need it in multiple translation units and the (very appreciated) rtree implementation generates a...
There was a mistake when using LDAP groups and bind user. The basedn was missing in the last LDAP search and the password check did not use the full DN...
I have encountered a small error in the StreamParser class: https://github.com/vincentlaucsb/csv-parser/blob/bc9131e284bc9244b1452b343d59c7ca8a880811/include/internal/basic_csv_parser.hpp#L301 Both constructors take a reference to the TStream: https://github.com/vincentlaucsb/csv-parser/blob/bc9131e284bc9244b1452b343d59c7ca8a880811/include/internal/basic_csv_parser.hpp#L305 https://github.com/vincentlaucsb/csv-parser/blob/bc9131e284bc9244b1452b343d59c7ca8a880811/include/internal/basic_csv_parser.hpp#L311 But they move it into a non-reference variable, which...
Dear BBB-Team, on my BBB install, Docker has been updated to version 29.0.0. In it's [release notes](https://github.com/moby/moby/releases/tag/docker-v29.0.0), it states "The daemon now requires API version v1.44 or later (Docker v25.0+)."...