Changeset 319 for cpp/frams/genetics/genman.cpp
- Timestamp:
- 02/01/15 01:08:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.cpp
r286 r319 101 101 GenMan::GenMan() : localpar(GMparam_tab, this), localstats(GMstats_tab, this), 102 102 seloperpar("GenOperators", "Genetics: Active operators"), 103 par("GenMan", "Manages various genetic operations, using appropriate operators for the argument genotype format."),104 neuronsparam("Genetics: Neurons to add", "neuronsAdd", "neuadd_")103 neuronsparam("Genetics: Neurons to add", "neuronsAdd", "neuadd_"), 104 par("GenMan", "Manages various genetic operations, using appropriate operators for the argument genotype format.") 105 105 { 106 106 history = 0;
Note: See TracChangeset
for help on using the changeset viewer.