source: cpp/frams/genetics

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1299   3 weeks Maciej Komosinski More reasonable usage of size_t, int, and unsigned int, and their …
(edit) @1298   3 weeks Maciej Komosinski Introduced overloads for rndUint() with size_t and int arguments to …
(edit) @1287   5 months Maciej Komosinski size_t <-> int type casts
(edit) @1280   7 months Maciej Komosinski Added explicit type casts (size_t vs. int etc.)
(edit) @1274   7 months Maciej Komosinski Cosmetic
(edit) @1273   7 months Maciej Komosinski fH, fB, fL: improved default parameter values, syntax coloring and …
(edit) @1261   10 months Maciej Komosinski Disabled mutating joint stiffness in fH and fB
(edit) @1260   10 months Maciej Komosinski Cosmetic
(edit) @1259   10 months Maciej Komosinski f4: three #define's -> enum, minor refactorizations, added comments
(edit) @1258   10 months Maciej Komosinski f1->f0 conversion settings: modifier compatibility, 'C' and 'Q' …
(edit) @1257   10 months Maciej Komosinski - fH: don't mutate non-standard properties: assimilation, ingestion, …
(edit) @1256   10 months Maciej Komosinski - reasonable field names for enabling converters - automatically …
(edit) @1254   10 months Maciej Komosinski - turn -0.0 into 0.0 if we have minimum==0.0, so that it does not look …
(edit) @1249   11 months Maciej Komosinski Multiple issues fixed when calculating bending range for the '|' …
(edit) @1248   11 months Maciej Komosinski Less duplicated constants (default values of Part and Joint properties)
(edit) @1247   11 months Maciej Komosinski Cosmetic
(edit) @1246   11 months Maciej Komosinski Optionally normalize the four "biological" properties when propagating …
(edit) @1245   11 months Maciej Komosinski Disabled "Ii" (energy ingestion/transfer rate) modifiers for f1/f4 …
(edit) @1244   11 months Maciej Komosinski Removed scaling when calculating Creature (Model) energy from the …
(edit) @1243   11 months Maciej Komosinski Simplify modifiers 'r' and 'R' separately because they obey simpler …
(edit) @1242   11 months Maciej Komosinski Changed the default behavior of modifier genes in f1 and f4 to …
(edit) @1241   11 months Maciej Komosinski No longer sort modifiers and cancel out antagonistic modifiers in f1 …
(edit) @1240   12 months Maciej Komosinski Updated f4->f1 approximate converter
(edit) @1239   12 months Maciej Komosinski More robust stopping condition for organism development: no longer …
(edit) @1238   12 months Maciej Komosinski Cosmetic
(edit) @1237   12 months Maciej Komosinski - Got rid of a redundant source of information: cells development …
(edit) @1236   12 months Maciej Komosinski Cosmetic
(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) @1233   12 months Maciej Komosinski Added a function that simplifies a sequence of modifier genes (useful …
(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) @1226   12 months Maciej Komosinski - Added ShapeType? constraint to GenoOperators::parseNeuroClass() - …
(edit) @1216   12 months Maciej Komosinski Cosmetic
(edit) @1215   12 months Maciej Komosinski Less ambiguous names of counting functions in loggers: warning -> …
(edit) @1213   13 months Maciej Komosinski Fixed buffer overflow - the […] pattern in scanf() always stores the …
(edit) @1212   13 months Maciej Komosinski Properly attach muscles to joints and fix "Warning: …
(edit) @1186   17 months Maciej Komosinski For consistency with other numerical types, unlimited string length is …
(edit) @1183   18 months Maciej Komosinski Cosmetic
(edit) @1174   2 years Maciej Komosinski Cosmetic
(edit) @1167   2 years Maciej Komosinski Cosmetic
(edit) @1158   3 years Maciej Komosinski Cosmetic/minor improvements
(edit) @1157   3 years Maciej Komosinski Improved f9 mutation
(edit) @1130   3 years Maciej Komosinski Used std::min(), std::max() explicitly to avoid compiler confusion. …
(edit) @1108   3 years Maciej Komosinski Avoided potentially dangerous subtraction from unsigned int
(edit) @1075   3 years Maciej Komosinski Fixed dangerous size_t-1
(edit) @1056   3 years Maciej Komosinski Cosmetic
(edit) @1039   3 years Maciej Komosinski Removed Part's "visual thickness" property
(edit) @1032   3 years Maciej Komosinski - fS: comma as an intuitive separator in genotype instead of weird …
(edit) @1030   3 years Maciej Komosinski fS: refactoring
(edit) @1029   3 years Maciej Komosinski fL: more legal characters allowed in syntax coloring
(edit) @1023   4 years Maciej Komosinski Added GenoOperators::calculateSolidVolume(Part)
(edit) @1017   4 years Maciej Komosinski fS: faster collision detection, depends on "geometry" algorithms
(edit) @1006   4 years Maciej Komosinski Improved the fS encoding
(edit) @1005   4 years Maciej Komosinski Higher conformance with C++17, but gave up after missing M_PI, M_PI_2, …
(edit) @1000   4 years Maciej Komosinski Improved the fS encoding
(edit) @999   4 years Maciej Komosinski More consistent usage of "shapetype" (vs. "shape")
(edit) @994   4 years Maciej Komosinski Cosmetic
(edit) @991   4 years Maciej Komosinski Updated target genetic format for fF (foraminifera) genetic encoding …
(edit) @988   4 years Maciej Komosinski Building a Model from Geno now fails when Model.shape is incompatible …
(edit) @981   4 years Maciej Komosinski Fixed misleading indentation
(edit) @977   4 years Maciej Komosinski Renamed functions for consistency; added an example of using …
(edit) @976   4 years Maciej Komosinski Renamed three "solid-compatible" receptors to have more informative names
(edit) @974   4 years Maciej Komosinski Renamed all genooper paramtab variables to be consistent with the …
(edit) @973   4 years Maciej Komosinski Increased SString and std::string compatibility: introduced length(), …
(edit) @972   4 years Maciej Komosinski - separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
(edit) @969   4 years Maciej Komosinski fS: preserved volume during shape-type changes
(edit) @968   4 years Maciej Komosinski Introduced a separate function to mutate neuron connection weight
(edit) @967   4 years Maciej Komosinski Improved names of functions that mutate neuron properties and improved docs
(edit) @966   4 years Maciej Komosinski Cosmetic
(edit) @965   4 years Maciej Komosinski Added a function to print genotypes in the LaTeX format, preserving …
(edit) @961   4 years Maciej Komosinski Cosmetic
(edit) @960   4 years Maciej Komosinski Simplified code and fixed a bug where all existing non-default …
(edit) @959   4 years Maciej Komosinski Added a high-level neuron mutation function
(edit) @958   4 years Maciej Komosinski Added the fS genetic encoding (for solids)
(edit) @957   4 years Maciej Komosinski Replace magic "100" with GenoOperators::NEUROCLASS_PROP_OFFSET
(edit) @955   4 years Maciej Komosinski Genetic format ID becomes a string (no longer limited to a single …
(edit) @954   4 years Maciej Komosinski Fixed genotype returned on conversion error
(edit) @952   4 years Maciej Komosinski Added new receptors (Gp:"gyroscope" on a Part, Tp:Touch-proximity and …
(edit) @938   4 years Maciej Komosinski Set "M" solid muscle neuron class active by default
(edit) @935   4 years Maciej Komosinski Utility functions that provide a set of all neuron classes fulfilling …
(edit) @899   4 years Maciej Komosinski Code formatting
(edit) @896   4 years Maciej Komosinski Replaced #defined macros for popular random-related operations with …
(edit) @857   5 years Maciej Komosinski Initialized variables in all cases to make potential errors evident
(edit) @853   5 years Maciej Komosinski The official C++17 fallthrough? attribute instead of comments no break
(edit) @841   5 years Maciej Komosinski Updated #includes after splitting stl-util into util-stl, util-file …
(edit) @835   5 years Maciej Komosinski ISO C++17 compliance including NULL, nullptr, templates and pointer …
(edit) @831   5 years Maciej Komosinski Fixed broken neuron creation (missing argument - regression from r760, …
(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) @821   6 years Maciej Komosinski Performance and stability improvements in fB, fH, and fL; improved …
(edit) @809   6 years Maciej Komosinski Fixed a signed/unsigned warning
(edit) @808   6 years Maciej Komosinski New option for mutation in numerical encoding fn: mutate all variables …
(edit) @804   6 years Maciej Komosinski Fixed memory leak and uninitialized int
(edit) @803   6 years Maciej Komosinski Performance improvements, including avoiding unnecessary passing of …
(edit) @802   6 years Maciej Komosinski Crossing over with less bloat, but still biologically-inspired
Note: See TracRevisionLog for help on using the revision log.