# # ChangeLog for cpp/frams/genetics/fn # # Generated by Trac 1.2.1 # 04/25/24 06:45:12 Fri, 16 Apr 2021 13:55:34 GMT Maciej Komosinski [1130] * cpp/common/2d.h (modified) * cpp/common/Convert.cpp (modified) * cpp/common/log.cpp (modified) * cpp/common/loggers/loggers.h (modified) * cpp/common/loggers/loggertostdout.cpp (modified) * cpp/common/nonstd_stl.h (modified) * cpp/common/util-stl.h (modified) * cpp/common/util-string.cpp (modified) * cpp/frams/_demos/evol_test.cpp (modified) * cpp/frams/_demos/printconvmap.cpp (modified) * cpp/frams/canvas/neurodiagram.cpp (modified) * cpp/frams/canvas/nn_smart_layout.cpp (modified) * cpp/frams/genetics/f1/f1_conv.cpp (modified) * cpp/frams/genetics/f9/f9_conv.cpp (modified) * cpp/frams/genetics/fB/fB_conv.cpp (modified) * cpp/frams/genetics/fB/fB_oper.cpp (modified) * cpp/frams/genetics/fF/fF_conv.cpp (modified) * cpp/frams/genetics/fF/fF_oper.cpp (modified) * cpp/frams/genetics/fS/fS_general.cpp (modified) * cpp/frams/genetics/fS/fS_oper.cpp (modified) * cpp/frams/genetics/fn/fn_conv.h (modified) * cpp/frams/genetics/geneprops.cpp (modified) * cpp/frams/model/autoname.cpp (modified) * cpp/frams/model/model.h (modified) * cpp/frams/model/similarity/EMD/emd.c (modified) * cpp/frams/model/similarity/measure-distribution.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-channels.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-fuzzy.cpp (modified) * cpp/frams/param/mutableparam.cpp (modified) * cpp/frams/param/paramobj.cpp (modified) * cpp/frams/util/extvalue.h (modified) * cpp/frams/util/multirange.cpp (modified) * cpp/frams/util/sstring-simple.cpp (modified) * cpp/frams/util/sstring.cpp (modified) * cpp/frams/vm/classes/collectionobj.cpp (modified) Used std::min(), std::max() explicitly to avoid compiler confusion. ... Mon, 06 Jul 2020 21:28:57 GMT Maciej Komosinski [974] * 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_oper.cpp (modified) * cpp/frams/genetics/fS/fS_oper.cpp (modified) * cpp/frams/genetics/fn/fn_oper.cpp (modified) Renamed all genooper paramtab variables to be consistent with the ... Sat, 30 Nov 2019 01:13:25 GMT Maciej Komosinski [899] * cpp/common/nonstd_math.h (modified) * cpp/frams/genetics/f4/f4_oper.cpp (modified) * cpp/frams/genetics/f9/f9_oper.cpp (modified) * cpp/frams/genetics/fF/fF_oper.cpp (modified) * cpp/frams/genetics/fT/fTest_oper.cpp (modified) * cpp/frams/genetics/fn/fn_oper.cpp (modified) * cpp/frams/genetics/genooperators.cpp (modified) * cpp/frams/genetics/genooperators.h (modified) * cpp/frams/model/modelparts.cpp (modified) * cpp/frams/model/modelparts.h (modified) Code formatting 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 ... Thu, 21 Jun 2018 00:43:43 GMT Maciej Komosinski [809] * cpp/frams/genetics/fn/fn_oper.cpp (modified) Fixed a signed/unsigned warning Thu, 21 Jun 2018 00:30:37 GMT Maciej Komosinski [808] * cpp/frams/genetics/fn/fn_oper.cpp (modified) * cpp/frams/genetics/fn/fn_oper.h (modified) New option for mutation in numerical encoding fn: mutate all ... Wed, 23 May 2018 00:20:40 GMT Maciej Komosinski [787] * cpp/frams/genetics/fn/fn_conv.cpp (modified) Removed a comment; sprintf() gives more control and precision than ... Fri, 11 May 2018 21:42:04 GMT Maciej Komosinski [779] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/genooper_test_fTest.cpp (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/f1/f1_conv.cpp (moved) * cpp/frams/genetics/f1/f1_conv.h (moved) * cpp/frams/genetics/f4/f4_conv.cpp (moved) * cpp/frams/genetics/f4/f4_conv.h (moved) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/f4_oper.cpp (moved) * cpp/frams/genetics/f4/f4_oper.h (moved) * cpp/frams/genetics/f9/f9_conv.cpp (moved) * cpp/frams/genetics/f9/f9_conv.h (moved) * cpp/frams/genetics/f9/f9_oper.cpp (moved) * cpp/frams/genetics/f9/f9_oper.h (moved) * cpp/frams/genetics/fF/fF_chamber3d.cpp (modified) * cpp/frams/genetics/fF/fF_chamber3d.h (modified) * cpp/frams/genetics/fF/fF_conv.cpp (moved) * cpp/frams/genetics/fF/fF_conv.h (moved) * cpp/frams/genetics/fF/fF_oper.cpp (moved) * cpp/frams/genetics/fF/fF_oper.h (moved) * cpp/frams/genetics/fT/fTest_oper.cpp (moved) * cpp/frams/genetics/fT/fTest_oper.h (moved) * cpp/frams/genetics/fn/fn_conv.cpp (moved) * cpp/frams/genetics/fn/fn_conv.h (moved) * cpp/frams/genetics/fn/fn_oper.cpp (moved) * cpp/frams/genetics/fn/fn_oper.h (moved) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/genman.h (modified) * cpp/frams/genetics/genooperators.cpp (moved) * cpp/frams/genetics/genooperators.h (moved) Unified file names of all files involved in genetic conversions and ... Wed, 28 Mar 2018 00:28:11 GMT Maciej Komosinski [763] * cpp/frams/genetics/fn/conv_fn.cpp (modified) Higher precision when storing variable values Wed, 28 Mar 2018 00:27:39 GMT Maciej Komosinski [762] * cpp/frams/genetics/fn/oper_fn.cpp (modified) * cpp/frams/genetics/fn/oper_fn.h (modified) Default sample values for a 2D problem, not 1D; added documentation ... Wed, 14 Mar 2018 23:00:45 GMT Maciej Komosinski [757] * cpp/frams/genetics/fn/conv_fn.cpp (modified) Removed appending the original fn genotype as a comment in the ... Wed, 28 Feb 2018 22:43:57 GMT Maciej Komosinski [752] * cpp/frams/genetics/fn/conv_fn.cpp (modified) * cpp/frams/genetics/fn/oper_fn.cpp (modified) * cpp/frams/genetics/fn/oper_fn.h (modified) Mutation in the 'fn' encoding respects custom min,max,stddev for each ... Wed, 28 Feb 2018 18:39:41 GMT Maciej Komosinski [747] * cpp/frams/genetics/fn (added) * cpp/frams/genetics/fn/conv_fn.cpp (added) * cpp/frams/genetics/fn/conv_fn.h (added) * cpp/frams/genetics/fn/oper_fn.cpp (added) * cpp/frams/genetics/fn/oper_fn.h (added) Added a new "fn" genetic representation (a vector of real numbers for ...