Timeline



02/17/18:

19:19 Changeset [738] by Maciej Komosinski
Fixed comment location in source
19:03 Changeset [737] by Maciej Komosinski
Made destructors virtual to avoid compiler warnings
19:02 Changeset [736] by Maciej Komosinski
Added the new "using_checkpoints" argument to genetic converters so they can now call Model.checkpoint() when desired, see conv_f1.cpp for an example
18:59 Changeset [735] by Maciej Komosinski
Base genotype converter is now abstract, which triggers compilation errors in obsolete genetic converters (the ones which do not have the use_checkpoints argument)

02/15/18:

00:44 Changeset [734] by Maciej Komosinski
SString -> std::string
00:43 Changeset [733] by Maciej Komosinski
Code formatting
00:42 Changeset [732] by Maciej Komosinski
Added support for "checkpoints" (intermediate phases of development of the Model when converting between genetic encodings). See Model.checkpoint() and conv_f1.cpp for an example.

01/27/18:

22:27 Changeset [731] by Maciej Komosinski
Code formatting
02:25 Changeset [730] by Maciej Komosinski
Added/updated comments
02:11 Changeset [729] by Maciej Komosinski
mutableparam_test added: demonstrates usage of ParamTransaction? and dynamic properties and groups

01/25/18:

01:31 Changeset [728] by Maciej Komosinski
Cosmetic
01:31 Changeset [727] by Maciej Komosinski
The sample 'y' format converter returns f0 genotype now instead of empty genotype; code formatting

01/19/18:

19:37 Changeset [726] by Maciej Komosinski
- Changed Model::singleStepBuild() to Model::addFromString() to create model elements; the latter requires explicit indication of element type (P/J/N/C) - Removed old compatibility source (#ifdef MODEL_V1_COMPATIBLE) from f1->f0 converter and neuron definitions
Note: See TracTimeline for information about the timeline view.