# # ChangeLog for cpp/frams/genetics/fH # # Generated by Trac 1.2.1 # 04/27/24 14:10:48 Sat, 30 Nov 2019 00:30:22 GMT Maciej Komosinski [896] * cpp/common/nonstd_math.cpp (modified) * cpp/common/nonstd_math.h (modified) * cpp/common/random.h (modified) * cpp/frams/_demos/genomanipulation.cpp (modified) * cpp/frams/canvas/nn_simple_layout.cpp (modified) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/f4_oper.cpp (modified) * cpp/frams/genetics/f9/f9_oper.cpp (modified) * cpp/frams/genetics/fB/fB_oper.cpp (modified) * cpp/frams/genetics/fF/fF_oper.cpp (modified) * cpp/frams/genetics/fH/fH_oper.cpp (modified) * cpp/frams/genetics/fL/fL_matheval.cpp (modified) * cpp/frams/genetics/fL/fL_oper.cpp (modified) * cpp/frams/genetics/fT/fTest_oper.cpp (modified) * cpp/frams/genetics/fn/fn_oper.cpp (modified) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/genooperators.cpp (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/model/model.h (modified) * cpp/frams/neuro/impl/neuroimpl-simple.h (modified) * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/util/rndutil.cpp (modified) Replaced #defined macros for popular random-related operations with ... Wed, 05 Dec 2018 20:02:00 GMT Maciej Komosinski [835] * cpp/PrintFloat/Dragon4.h (modified) * cpp/common/nonstd_math.cpp (modified) * cpp/common/nonstd_math.h (modified) * cpp/frams/genetics/fH/fH_general.cpp (modified) ISO C++17 compliance including NULL, nullptr, templates and pointer ... Tue, 09 Oct 2018 23:13:05 GMT Maciej Komosinski [821] * cpp/frams/genetics/fB/fB_conv.cpp (modified) * cpp/frams/genetics/fB/fB_oper.cpp (modified) * cpp/frams/genetics/fB/fB_oper.h (modified) * cpp/frams/genetics/fH/fH_general.cpp (modified) * cpp/frams/genetics/fH/fH_general.h (modified) * cpp/frams/genetics/fL/fL_general.cpp (modified) * cpp/frams/genetics/fL/fL_general.h (modified) * cpp/frams/genetics/fL/fL_matheval.cpp (modified) * cpp/frams/genetics/fL/fL_oper.cpp (modified) Performance and stability improvements in fB, fH, and fL; improved ... Thu, 07 Jun 2018 15:42:49 GMT Maciej Komosinski [803] * cpp/frams/genetics/fH/fH_general.cpp (modified) * cpp/frams/genetics/fH/fH_general.h (modified) * cpp/frams/genetics/fH/fH_oper.cpp (modified) * cpp/frams/genetics/fL/fL_general.cpp (modified) * cpp/frams/genetics/fL/fL_general.h (modified) * cpp/frams/genetics/fL/fL_oper.cpp (modified) Performance improvements, including avoiding unnecessary passing of ... Tue, 05 Jun 2018 23:45:18 GMT Maciej Komosinski [797] * cpp/frams/genetics/fB/fB_conv.cpp (modified) * cpp/frams/genetics/fB/fB_conv.h (modified) * cpp/frams/genetics/fB/fB_general.h (modified) * cpp/frams/genetics/fB/fB_oper.cpp (modified) * cpp/frams/genetics/fB/fB_oper.h (modified) * cpp/frams/genetics/fH/fH_conv.cpp (modified) * cpp/frams/genetics/fH/fH_conv.h (modified) * cpp/frams/genetics/fH/fH_general.cpp (modified) * cpp/frams/genetics/fH/fH_general.h (modified) * cpp/frams/genetics/fH/fH_oper.cpp (modified) * cpp/frams/genetics/fH/fH_oper.h (modified) * cpp/frams/genetics/fL/fL_conv.cpp (modified) * cpp/frams/genetics/fL/fL_conv.h (modified) * cpp/frams/genetics/fL/fL_general.cpp (modified) * cpp/frams/genetics/fL/fL_general.h (modified) * cpp/frams/genetics/fL/fL_matheval.cpp (modified) * cpp/frams/genetics/fL/fL_matheval.h (modified) * cpp/frams/genetics/fL/fL_oper.cpp (modified) * cpp/frams/genetics/fL/fL_oper.h (modified) A more complete implementation of fB, fH, fL Mon, 14 May 2018 15:53:10 GMT Maciej Komosinski [780] * cpp/README.txt (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/fB (added) * cpp/frams/genetics/fB/fB_conv.cpp (added) * cpp/frams/genetics/fB/fB_conv.h (added) * cpp/frams/genetics/fB/fB_general.h (added) * cpp/frams/genetics/fB/fB_oper.cpp (added) * cpp/frams/genetics/fB/fB_oper.h (added) * cpp/frams/genetics/fH (added) * cpp/frams/genetics/fH/fH_conv.cpp (added) * cpp/frams/genetics/fH/fH_conv.h (added) * cpp/frams/genetics/fH/fH_general.cpp (added) * cpp/frams/genetics/fH/fH_general.h (added) * cpp/frams/genetics/fH/fH_oper.cpp (added) * cpp/frams/genetics/fH/fH_oper.h (added) * cpp/frams/genetics/fL (added) * cpp/frams/genetics/fL/fL_conv.cpp (added) * cpp/frams/genetics/fL/fL_conv.h (added) * cpp/frams/genetics/fL/fL_general.cpp (added) * cpp/frams/genetics/fL/fL_general.h (added) * cpp/frams/genetics/fL/fL_matheval.cpp (added) * cpp/frams/genetics/fL/fL_matheval.h (added) * cpp/frams/genetics/fL/fL_oper.cpp (added) * cpp/frams/genetics/fL/fL_oper.h (added) * cpp/frams/genetics/gen-config-SDK.h (modified) * cpp/frams/genetics/genman.cpp (modified) Added sources for genetic encodings fB, fH, fL