- 22 Dec, 2021 1 commit
-
-
Noric Couderc authored
-
- 12 Apr, 2021 1 commit
-
-
Noric Couderc authored
When we print the ID of a benchmark, now the method we used to generate it is also printed. We updated the tests accordingly.
-
- 25 Feb, 2021 1 commit
-
-
Noric Couderc authored
I need that in order to have parameterized testing
-
- 25 Jan, 2021 1 commit
-
-
Noric Couderc authored
Required some refactoring (removed arguments of one method) and to update the tests because the distribution of methods to pick from changed.
-
- 18 Aug, 2020 1 commit
-
-
Noric Couderc authored
One function iterated two times over a stream, causing an error.
-
- 17 Aug, 2020 1 commit
-
-
Noric Couderc authored
Streams are better for performance reasons apparently. They are also more idiomatic than sequences
-
- 12 Aug, 2020 1 commit
-
-
Noric Couderc authored
This project will contain the main JBrainy libraries
-
- 12 May, 2020 2 commits
-
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
- 11 May, 2020 2 commits
-
-
Christoph Reichenbach authored
-
Christoph Reichenbach authored
-
- 18 Mar, 2020 1 commit
-
-
Noric Couderc authored
Avoids taking too much memory.
-
- 13 Mar, 2020 2 commits
-
-
Noric Couderc authored
-
Noric Couderc authored
They can be printed as the run* format used internally, or the java standard format for printing method names.
-
- 12 Mar, 2020 1 commit
-
-
Noric Couderc authored
The printers did not print benchmark IDs before.
-
- 11 Mar, 2020 2 commits
-
-
Noric Couderc authored
This was already taken into account, as Map.get was already triggered, but it was wrongly printed as get(int), which only exists for lists. Should not be a problem, but will probably require some changes in the training data before training again.
-
Noric Couderc authored
Switched to a format closer to the standard output of Method.toString(). Updated tests accordingly.
-
- 04 Mar, 2020 1 commit
-
-
Noric Couderc authored
Corrected two bugs relative to the printing.
-