Skip to content

Commit

Permalink
(Releng) Prepare PR. (update comments and changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdesnos committed Feb 26, 2021
1 parent da8e8b1 commit 69bf6fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
_20aa.mm.dd_

### New features
* Learn::LearningParameters can now be exported into a commented JSon file using the File::ParameterParser::writeParametersToJson() function.

### Changes
* Update LABasicLogger to log rewards both on training and validation sets.
Expand Down
5 changes: 5 additions & 0 deletions lib/JsonCpp/json.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/// Json-cpp amalgamated header (http://jsoncpp.sourceforge.net/).
/// It is intended to be used with #include "json/json.h"
///
/// This code was slightly modified by K. Desnos for GEGELATI's purpose
/// Modifications
/// - Replacing JSon::Value unsigned constructors with a templated one
/// to support size_t on all OSes and compilers.

// //////////////////////////////////////////////////////////////////////
// Beginning of content of file: LICENSE
Expand Down

0 comments on commit 69bf6fc

Please sign in to comment.