# # ChangeLog for cpp/frams/_demos/evol_test.cpp # # Generated by Trac 1.2.1 # 03/28/24 16:51:32 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. ... Fri, 27 Nov 2020 02:01:17 GMT Maciej Komosinski [1031] * cpp/frams/_demos/evol_test.cpp (modified) Added a number of model geometry criteria to evolution Tue, 14 Jul 2020 22:19:52 GMT Maciej Komosinski [1009] * cpp/frams/_demos/evol_test.cpp (modified) * cpp/frams/_demos/full_props.cpp (modified) * cpp/frams/_demos/genomanipulation.cpp (modified) * cpp/tests/SDK-tests.txt (modified) * cpp/tests/evol_test-f4.goal (added) * cpp/tests/evol_test-f9.goal (added) * cpp/tests/evol_test-fB.goal (added) * cpp/tests/evol_test-fH.goal (added) * cpp/tests/evol_test-fL.goal (added) * cpp/tests/evol_test-fS.goal (added) * cpp/tests/f0_variants_test-complex.goal (added) * cpp/tests/f0_variants_test-default.goal (added) * cpp/tests/f0_variants_test-fS.goal (added) * cpp/tests/full_props-complex.goal (added) * cpp/tests/full_props-fS.goal (added) * cpp/tests/genoconv_test-complex.goal (added) * cpp/tests/genoconv_test-default.goal (added) * cpp/tests/genoconv_test-simplemultiply.goal (added) * cpp/tests/genoconv_test-simplesolids.goal (added) * cpp/tests/genomanipulation-complex.goal (added) * cpp/tests/genomanipulation-default.goal (added) * cpp/tests/genomanipulation-fS.goal (added) * cpp/tests/genooper_test_fTest.goal (added) * cpp/tests/loader_test_geno.goal (added) * cpp/tests/loader_test_param.goal (added) * cpp/tests/multiline_f0_test-complex.goal (added) * cpp/tests/multiline_f0_test-default.goal (added) * cpp/tests/multiline_f0_test-fS.goal (added) * cpp/tests/mutableparam_test.goal (added) * cpp/tests/neuro_layout_test.goal (added) * cpp/tests/neuro_test.goal (added) * cpp/tests/paramtree_paramlist_test.goal (added) * cpp/tests/paramtree_stdin_test.goal (added) * cpp/tests/part_shapes.goal (added) * cpp/tests/saver_test_geno.goal (added) * cpp/tests/serial_test.goal (added) * cpp/tests/shapeconvert.goal (added) Added tests for most SDK demo programs Tue, 14 Jul 2020 18:20:54 GMT Maciej Komosinski [1008] * cpp/frams/_demos/evol_test.cpp (modified) Implemented crossing over, handled failed mutations and crossovers, ... Tue, 14 Jul 2020 14:08:07 GMT Maciej Komosinski [1007] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/evol_test.cpp (added) Added a simple evolutionary algorithm test