source: cpp/frams/genetics/genman.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @965   4 years Maciej Komosinski Added a function to print genotypes in the LaTeX format, preserving …
(edit) @955   4 years Maciej Komosinski Genetic format ID becomes a string (no longer limited to a single …
(edit) @896   4 years Maciej Komosinski Replaced #defined macros for popular random-related operations with …
(edit) @841   5 years Maciej Komosinski Updated #includes after splitting stl-util into util-stl, util-file …
(edit) @780   6 years Maciej Komosinski Added sources for genetic encodings fB, fH, fL
(edit) @779   6 years Maciej Komosinski Unified file names of all files involved in genetic conversions and …
(edit) @768   6 years Maciej Komosinski Reverted to 100x repeat-until-valid-mutation, required due to how …
(edit) @761   6 years Maciej Komosinski Introduced a macro for the number of times GenMan? tries to repeat a …
(edit) @748   6 years Maciej Komosinski Configured and activated the new "fn" genetic representation
(edit) @715   6 years Maciej Komosinski GenMan?'s constructor now calls its setDefaults() to initialize all …
(edit) @668   7 years Maciej Komosinski Fixed argument type in GenMan?.getSimplest()
(edit) @534   8 years Maciej Komosinski Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
(edit) @532   8 years Maciej Komosinski A new set of getStyle/getFullStyle functions in GenMan? and cosmetic …
(edit) @516   8 years Maciej Komosinski Geno format as a string (no longer ascii number)
(edit) @513   8 years Maciej Komosinski checkValidity() and validate() are now aware of genotype name
(edit) @467   8 years Maciej Komosinski GenMan? interface uses STL std::string instead of SString
(edit) @391   9 years sz Moved frams/loggers to common/loggers
(edit) @375   9 years Maciej Komosinski Renamed logging functions to more intuitive and simple names
(edit) @372   9 years sz Renamed some classes and functions to make their purpose more obvious: …
(edit) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @344   9 years Maciej Komosinski Non-COW string compatibility (const char* is always invalid after …
(edit) @319   9 years Maciej Komosinski Fixed compilation warnings
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @275   9 years Maciej Komosinski Inheritance information during crossing over properly stored as a …
(edit) @257   9 years Maciej Komosinski - added strmove(): strcpy() for overlapping strings - ExtObject?
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @240   10 years Maciej Komosinski Used | instead of + when adding binary flags
(edit) @200   10 years Maciej Komosinski More stl string, less SString
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(edit) @194   10 years Maciej Komosinski Updated sources of the fT (ATGC sequences) genetic operators - useful …
(edit) @168   10 years sz reformatting
(edit) @145   10 years sz Genetics reorganization (affects ALL applications!): - …
(edit) @139   10 years sz class renaming + minor corrections
(add) @138   10 years sz genetic operator example - frams/_demos/genooper_test.cpp
Note: See TracRevisionLog for help on using the revision log.