source: cpp/frams/genetics/f4/f4_general.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1249   11 months Maciej Komosinski Multiple issues fixed when calculating bending range for the '|' …
(edit) @1241   11 months Maciej Komosinski No longer sort modifiers and cancel out antagonistic modifiers in f1 …
(edit) @1240   11 months Maciej Komosinski Updated f4->f1 approximate converter
(edit) @1239   12 months Maciej Komosinski More robust stopping condition for organism development: no longer …
(edit) @1237   12 months Maciej Komosinski - Got rid of a redundant source of information: cells development …
(edit) @1235   12 months Maciej Komosinski Don't remove trailing '>' from genotypes
(edit) @1234   12 months Maciej Komosinski Simplify sequences of modifier genes, cancelling out antagonistic ones …
(edit) @1232   12 months Maciej Komosinski The validate() function may now attempt to repair genotypes without …
(edit) @1231   12 months Maciej Komosinski - Thanks to r1230, it is possible to detect (and repair=remove) junk …
(edit) @1230   12 months Maciej Komosinski Got rid of the (buggy) look-ahead function, made parsing stricter and …
(edit) @1229   12 months Maciej Komosinski - More strict parsing (reporting errors instead of implicit fixes) - …
(edit) @1228   12 months Maciej Komosinski Fixed a bug where an f4_Node tree that resulted from an f4 genotype …
(edit) @1227   12 months Maciej Komosinski Improvements in f4: - fixed a bug where newly created cells in a given …
(edit) @1213   13 months Maciej Komosinski Fixed buffer overflow - the […] pattern in scanf() always stores the …
(edit) @1108   3 years Maciej Komosinski Avoided potentially dangerous subtraction from unsigned int
(edit) @973   4 years Maciej Komosinski Increased SString and std::string compatibility: introduced length(), …
(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) @853   5 years Maciej Komosinski The official C++17 fallthrough? attribute instead of comments no break
(edit) @830   5 years Maciej Komosinski "%ld" replaced with "%d" because it refers to int
(edit) @829   5 years Maciej Komosinski Removed unnecessary cast, "long" is equivalent to "int" in our compilations
(edit) @779   6 years Maciej Komosinski Unified file names of all files involved in genetic conversions and …
(edit) @774   6 years Maciej Komosinski Removed unused "state" field (issue number 19), improved docs (issues …
(edit) @770   6 years Maciej Komosinski Avoided "min" and "max" as variable names, fixes issue 22 [refs #62]
(edit) @767   6 years Maciej Komosinski More strict parsing of the repetition counter; bug fixes; improved …
(edit) @760   6 years Maciej Komosinski - added support for new API for neuron types and their properties - …
(edit) @671   7 years Maciej Komosinski Unified property names of f1 and f4; improved docs; 3.141 -> M_PI
(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) @287   9 years Maciej Komosinski GDK->SDK
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(copy) @196   10 years Maciej Komosinski Updated f4 sources and made f4 available for GDK demo apps
copied from cpp/_old/f4/f4_general.cpp:
(edit) @193   10 years Maciej Komosinski Set svn:eol-style native for all textual files
Note: See TracRevisionLog for help on using the revision log.