From 69bf6fc737d795cee6b9e398b74a0f2a4cb25ebd Mon Sep 17 00:00:00 2001 From: kdesnos Date: Fri, 26 Feb 2021 16:53:21 +0100 Subject: [PATCH] (Releng) Prepare PR. (update comments and changelog) --- Changelog.md | 1 + lib/JsonCpp/json.h | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2e418c02..5c3c0fe4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/lib/JsonCpp/json.h b/lib/JsonCpp/json.h index 1e9fa868..a478a88a 100644 --- a/lib/JsonCpp/json.h +++ b/lib/JsonCpp/json.h @@ -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