source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1324   3 months Maciej Komosinski Updated for current SDK sources and current Emscripten
(edit) @1323   3 months Maciej Komosinski Field rename for less ambiguity
(edit) @1322   3 months Maciej Komosinski Use libm.so when available to disable exceptions in pyemd, and if not …
(edit) @1321   3 months Maciej Komosinski Updated one genotype to its current colored version
(edit) @1320   3 months sz update test results
(edit) @1319   4 months sz updated for Framsticks 5.0
(edit) @1318   4 months Maciej Komosinski Cosmetic
(edit) @1317   4 months Maciej Komosinski Randomly swap parents in crossover to avoid any imbalances or biases …
(edit) @1316   4 months Maciej Komosinski Fixed the reported fraction of parent1 and parent2 genes in the child, …
(edit) @1315   4 months Maciej Komosinski Offset of fields within an object: replaced subtraction of …
(edit) @1314   4 months Maciej Komosinski Added realloc() implementation that behaves like free() when size==0 - …
(edit) @1313   4 months Maciej Komosinski Color mutations in f1 and f4, and a new syntax for "allowed modifiers" …
(edit) @1312   4 months Maciej Komosinski Cosmetic
(edit) @1311   4 months Maciej Komosinski Introduced FITNESS_VALUE_INFEASIBLE_SOLUTION and modified selection …
(edit) @1310   5 months Maciej Komosinski Introduced GENOTYPE_INVALID_OFFSPRING_SUBSTITUTE_ORIGINAL (True by …
(edit) @1309   5 months Maciej Komosinski Print genotypes that may have caused problems when being evaluated - …
(edit) @1308   5 months Maciej Komosinski Added the ability to select a dissimilarity measure for crowding …
(edit) @1307   5 months sz - compatibility update for modern blender versions (2.80 or later) - …
(edit) @1306   6 months Maciej Komosinski Introduced symbolic names for dissimilarity estimation methods
(edit) @1305   6 months Maciej Komosinski Cosmetic
(edit) @1304   7 months Maciej Komosinski Added archive to the NSLC algorithm
(edit) @1303   7 months Maciej Komosinski Default parameter values for mutations: f1 and f4 "excluded modifiers" …
(edit) @1302   7 months Maciej Komosinski Cosmetic / minor fixes
(edit) @1301   7 months sz evol test results updated
(edit) @1300   7 months sz geno_test result updated ("Not all Parts connected" is WARN since r12178)
(edit) @1299   8 months Maciej Komosinski More reasonable usage of size_t, int, and unsigned int, and their …
(edit) @1298   8 months Maciej Komosinski Introduced overloads for rndUint() with size_t and int arguments to …
(edit) @1297   9 months Maciej Komosinski Removed unused "static" fields
(edit) @1296   9 months Maciej Komosinski Niching and novelty techniques currently require …
(edit) @1295   9 months Maciej Komosinski Updated for Python 3.9+
(edit) @1294   9 months Maciej Komosinski Initialize more fields in constructors
(edit) @1293   9 months Maciej Komosinski Cosmetic
(edit) @1292   9 months Maciej Komosinski - in numerical experiments, genotypes which are vectors of values now …
(edit) @1291   10 months Maciej Komosinski Cosmetic
(edit) @1290   10 months Maciej Komosinski Better mutation, crossover, and evaluation function for a simple …
(edit) @1289   10 months Maciej Komosinski fitness_set_negative_to_zero boolean (a.k.a. "only positive fitness", …
(edit) @1288   11 months Maciej Komosinski Added helper functions
(edit) @1287   11 months Maciej Komosinski size_t <-> int type casts
(edit) @1286   11 months Maciej Komosinski Improved Model-building error messages; for some cases changed ERROR …
(edit) @1285   11 months Maciej Komosinski Added toLowerCase/toUpperCase for UTF-8 strings
(edit) @1284   11 months Maciej Komosinski Added the != operator
(edit) @1283   14 months Maciej Komosinski Stochastic rounding to deliver on average the expected number of …
(edit) @1282   14 months Maciej Komosinski Updated the settings file with new parameter names
(edit) @1281   14 months sz updated for Framsticks 5.0rc29 (mostly genetic parameters)
(edit) @1280   14 months Maciej Komosinski Added explicit type casts (size_t vs. int etc.)
(edit) @1279   14 months Maciej Komosinski Configuring floating point exception handling, follow-up to r1275
(edit) @1278   14 months Maciej Komosinski When loading/parsing files, warn about unexpected characters after the …
(edit) @1277   14 months Maciej Komosinski Added Model.is_valid
(edit) @1276   14 months Maciej Komosinski Added ends_with() for std::string
(edit) @1275   14 months Maciej Komosinski More unification of floating point exception handling across platforms
(edit) @1274   14 months Maciej Komosinski Cosmetic
(edit) @1273   14 months Maciej Komosinski fH, fB, fL: improved default parameter values, syntax coloring and …
(edit) @1272   15 months Maciej Komosinski Added comments, formatting
(edit) @1271   15 months Maciej Komosinski Improved boundary checks, descriptions and comments
(edit) @1270   15 months Maciej Komosinski Added the "k" parameter (the number of most similar neighbors) to NSLC …
(edit) @1269   16 months oriona FFT is now calculated after the signature reduction, to increase …
(edit) @1268   16 months oriona Coefficients indices changed to floats in range (0-1) to normalize …
(edit) @1267   16 months oriona Improved normalization function description
(edit) @1266   16 months oriona Signature values normalization added.
(edit) @1265   17 months Maciej Komosinski Added a function to assess the number of Parts, Joints, Neurons and …
(edit) @1264   17 months sz updated for Framsticks5.0rc27 notable changes: GenoConverters? object, …
(edit) @1263   17 months sz update test results
(edit) @1262   17 months Maciej Komosinski Added missing #include for *nix compilers
(edit) @1261   17 months Maciej Komosinski Disabled mutating joint stiffness in fH and fB
(edit) @1260   17 months Maciej Komosinski Cosmetic
(edit) @1259   17 months Maciej Komosinski f4: three #define's -> enum, minor refactorizations, added comments
(edit) @1258   17 months Maciej Komosinski f1->f0 conversion settings: modifier compatibility, 'C' and 'Q' …
(edit) @1257   17 months Maciej Komosinski - fH: don't mutate non-standard properties: assimilation, ingestion, …
(edit) @1256   17 months Maciej Komosinski - reasonable field names for enabling converters - automatically …
(edit) @1255   17 months Maciej Komosinski structview (Canvas and GL) not resetting view when switching between …
(edit) @1254   17 months Maciej Komosinski - turn -0.0 into 0.0 if we have minimum==0.0, so that it does not look …
(edit) @1253   17 months Maciej Komosinski Turn -0.0 to 0.0 when the allowed range starts at 0.0
(edit) @1252   17 months Maciej Komosinski Disallow Joint longitudal stiffness == 0.0 because then sticks can be …
(edit) @1251   17 months Maciej Komosinski - unified Visual C++ and Borland setting of floating point exception …
(edit) @1250   17 months Maciej Komosinski Added class ParamList? implementing ParamInterface?
(edit) @1249   18 months Maciej Komosinski Multiple issues fixed when calculating bending range for the '|' …
(edit) @1248   18 months Maciej Komosinski Less duplicated constants (default values of Part and Joint properties)
(edit) @1247   18 months Maciej Komosinski Cosmetic
(edit) @1246   18 months Maciej Komosinski Optionally normalize the four "biological" properties when propagating …
(edit) @1245   18 months Maciej Komosinski Disabled "Ii" (energy ingestion/transfer rate) modifiers for f1/f4 …
(edit) @1244   18 months Maciej Komosinski Removed scaling when calculating Creature (Model) energy from the …
(edit) @1243   18 months Maciej Komosinski Simplify modifiers 'r' and 'R' separately because they obey simpler …
(edit) @1242   18 months Maciej Komosinski Changed the default behavior of modifier genes in f1 and f4 to …
(edit) @1241   18 months Maciej Komosinski No longer sort modifiers and cancel out antagonistic modifiers in f1 …
(edit) @1240   18 months Maciej Komosinski Updated f4->f1 approximate converter
(edit) @1239   18 months Maciej Komosinski More robust stopping condition for organism development: no longer …
(edit) @1238   18 months Maciej Komosinski Cosmetic
(edit) @1237   18 months Maciej Komosinski - Got rid of a redundant source of information: cells development …
(edit) @1236   18 months Maciej Komosinski Cosmetic
(edit) @1235   18 months Maciej Komosinski Don't remove trailing '>' from genotypes
(edit) @1234   19 months Maciej Komosinski Simplify sequences of modifier genes, cancelling out antagonistic ones …
(edit) @1233   19 months Maciej Komosinski Added a function that simplifies a sequence of modifier genes (useful …
(edit) @1232   19 months Maciej Komosinski The validate() function may now attempt to repair genotypes without …
(edit) @1231   19 months Maciej Komosinski - Thanks to r1230, it is possible to detect (and repair=remove) junk …
(edit) @1230   19 months Maciej Komosinski Got rid of the (buggy) look-ahead function, made parsing stricter and …
(edit) @1229   19 months Maciej Komosinski - More strict parsing (reporting errors instead of implicit fixes) - …
(edit) @1228   19 months Maciej Komosinski Fixed a bug where an f4_Node tree that resulted from an f4 genotype …
(edit) @1227   19 months Maciej Komosinski Improvements in f4: - fixed a bug where newly created cells in a given …
(edit) @1226   19 months Maciej Komosinski - Added ShapeType? constraint to GenoOperators::parseNeuroClass() - …
(edit) @1225   19 months oriona New deafult params set, unnecessary print removed.
Note: See TracRevisionLog for help on using the revision log.