source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1186   16 months Maciej Komosinski For consistency with other numerical types, unlimited string length is …
(edit) @1185   17 months Maciej Komosinski Renamed a module; new name is "evolalg_steps"
(edit) @1184   18 months Maciej Komosinski Introduced a class to quickly copy field values between two compatible …
(edit) @1183   18 months Maciej Komosinski Cosmetic
(edit) @1182   19 months Maciej Komosinski More concise code and less redundancy in dissimilarity classes, added …
(edit) @1181   20 months sz updated for the current Framsticks version 5.0rc23 …
(edit) @1180   20 months sz updated for the current Framsticks version 5.0rc22 notable changes: …
(edit) @1179   20 months Maciej Komosinski "eof" quoting and unquoting functions (used in client-server communication)
(edit) @1178   2 years Maciej Komosinski Windows and python 3.9.5+ compatibility: endless nuances/bugs in dll access
(edit) @1177   2 years Maciej Komosinski FramsticksLib?.dissimilarity() now has a mandatory argument to select a …
(edit) @1176   2 years sz Framsticks v5.0rc21 update (documentation corrections)
(edit) @1175   2 years oriona Updated tests results for r1173 and r1174.
(edit) @1174   2 years Maciej Komosinski Cosmetic
(edit) @1173   2 years Maciej Komosinski Fixed the descriptor distribution similarity measure: we don't want …
(edit) @1172   2 years Maciej Komosinski Introduced EMD_LIMIT_WARNING_MESSAGES to limit the number of warning …
(edit) @1171   2 years sz updated for Framsticks version 5.0rc20
(edit) @1170   2 years Maciej Komosinski Added comments
(edit) @1169   2 years Maciej Komosinski Added a .sim file with a script that records the center of gravity of …
(edit) @1168   2 years Maciej Komosinski Also disabled neural mutations in fH
(edit) @1167   2 years Maciej Komosinski Cosmetic
(edit) @1166   2 years sz on a mac the library file name is 'frams-objects.dylib'
(edit) @1165   2 years Maciej Komosinski Added a helper settings file that turns off mutations in f0, f1, f4 …
(edit) @1164   2 years sz describe the use of lib_path
(edit) @1163   2 years Maciej Komosinski Improved diagnostic messages
(edit) @1162   2 years Maciej Komosinski Cosmetic
(edit) @1161   2 years Maciej Komosinski Multiple new functionalities in simple evolutionary optimization in …
(edit) @1160   2 years Maciej Komosinski Supported python 3.8+ and Windows after breaking change in python 3.8 …
(edit) @1159   2 years oriona Updated evolution test results after changes from r1157
(edit) @1158   2 years Maciej Komosinski Cosmetic/minor improvements
(edit) @1157   2 years Maciej Komosinski Improved f9 mutation
(edit) @1156   2 years Maciej Komosinski Added sstringURLEncode(SString& target) and sstringURLDecode(SString …
(edit) @1155   2 years Maciej Komosinski Added ParamInterface::findGroupId(const char* name)
(edit) @1154   2 years Maciej Komosinski Supported another variant of qsort()
(edit) @1153   2 years Maciej Komosinski Added debugging messages and a non-VirtFILE implementation of …
(edit) @1152   2 years Maciej Komosinski Foraminifera show has now smaller world compared to expdef (and …
(edit) @1151   2 years sz example code showing how to use the new property access functions from …
(edit) @1150   2 years sz low level functions for getting more info about framsticks object …
(edit) @1149   3 years Maciej Komosinski Added support for loading multiple .sim files where each can overwrite …
(edit) @1148   3 years Maciej Komosinski Added exception when popsize is not a multiple of 4 (required by …
(edit) @1147   3 years Maciej Komosinski Multi-criteria optimization, can optionally include diversity is one …
(edit) @1146   3 years Maciej Komosinski Cosmetic
(edit) @1145   3 years Maciej Komosinski Added niching and novelty search with limited (i.e., local) …
(edit) @1144   3 years sz new options: -d, --nodiff: Don't show individual line differences, …
(edit) @1143   3 years sz update test results, mostly because of r1142 (rgb defaults change)
(edit) @1142   3 years Maciej Komosinski Default RGB color of Parts and Joints becomes 0.5,0.5,0.5 again (undo …
(edit) @1141   3 years Maciej Komosinski More useful exception message - shows argument type
(edit) @1140   3 years Maciej Komosinski Introduced a parameter for the size of the hall of fame
(edit) @1139   3 years Maciej Komosinski Added --debug mode that prints names of steps; final multiple …
(edit) @1138   3 years Maciej Komosinski Added limits for the number of Parts, Joints, Neurons and Neural …
(edit) @1137   3 years Maciej Komosinski Removed unnecessary (duplicated) stages
(edit) @1136   3 years Maciej Komosinski checkpoint_path is optional, let the program work without this value …
(edit) @1135   3 years Maciej Komosinski Validate joint length in Model: not just maximum but also minimum allowed
(edit) @1134   3 years Maciej Komosinski Flag names more consistent
(edit) @1133   3 years Maciej Komosinski Invalid genotypes are now removed immediately from the population and …
(edit) @1132   3 years Maciej Komosinski Cosmetic
(edit) @1131   3 years Maciej Komosinski The "standard.py" example now incorporates features of invalid.py …
(edit) @1130   3 years Maciej Komosinski Used std::min(), std::max() explicitly to avoid compiler confusion. …
(edit) @1129   3 years Maciej Komosinski Introduced tournament size as a command-line parameter
(edit) @1128   3 years Maciej Komosinski Introduced the number of generations as a command-line parameter; …
(edit) @1127   3 years Maciej Komosinski Experiment: measure running time and save checkpoints safely
(edit) @1126   3 years Maciej Komosinski Saving a population prints a message
(edit) @1125   3 years Maciej Komosinski Cosmetic
(edit) @1124   3 years Maciej Komosinski Added helper utility functions
(edit) @1123   3 years Maciej Komosinski Added a header file for interfacing the frams-objects library (.dll …
(edit) @1122   3 years Maciej Komosinski Stick thickness when converting "ball-and-stick" models to …
(edit) @1121   3 years Maciej Komosinski Added comments, removed unused variables
(edit) @1120   3 years Maciej Komosinski Used a local random number generator for full determinism. Introduced …
(edit) @1119   3 years Maciej Komosinski Cache a function reference for better performance
(edit) @1118   3 years Maciej Komosinski Introduced a common constant for default stick thickness when …
(edit) @1117   3 years Maciej Komosinski Cosmetic
(edit) @1116   3 years Maciej Komosinski Improved performance significantly by moving the step-by-step …
(edit) @1115   3 years Maciej Komosinski Use default stick thickness when converting "ball-and-stick" models to …
(edit) @1114   3 years Maciej Komosinski Cosmetic
(edit) @1113   3 years Maciej Komosinski Added a framework for evolutionary algorithms cooperating with …
(edit) @1112   3 years Maciej Komosinski Added an example of sampling a 3D Model using the ModelGeometry? class
(edit) @1111   3 years Maciej Komosinski Added a function to get voxels of sampled Model geometry from script
(edit) @1110   3 years sz updated for Framsticks v5.0rc19: - SimilMeasure?.simil_type - min …
(edit) @1109   3 years Maciej Komosinski Follow-up to r1107
(edit) @1108   3 years Maciej Komosinski Avoided potentially dangerous subtraction from unsigned int
(edit) @1107   3 years Maciej Komosinski Unified names of neurons and neuron flags; muscle power range now …
(edit) @1106   3 years Maciej Komosinski Since 5.0rc19 there is no need to restore the current working …
(edit) @1105   3 years Maciej Komosinski Using the "framsfiles" module to write genotypes to a file instead of …
(edit) @1104   3 years Maciej Komosinski Added the "framsfiles" module for reading and writing …
(edit) @1103   3 years Maciej Komosinski Added an example of setting a different expdef (experiment definition)
(edit) @1102   3 years Maciej Komosinski Do not fail when the dissimilarity matrix is not symmetric, print a …
(edit) @1101   3 years Maciej Komosinski Import simulation settings only once in the beginning, not on every …
(edit) @1100   3 years Maciej Komosinski Cosmetic / minor fixes
(edit) @1099   3 years oriona Minor fix.
(edit) @1098   3 years oriona Paramter controlling output printing added.
(edit) @1097   3 years oriona Calls to deprecated parameters changed.
(edit) @1096   3 years sz restore the original working directory after frams.init()
(edit) @1095   3 years Maciej Komosinski Cosmetic
(edit) @1094   3 years Maciej Komosinski Same as r1091 but for evolution: allowed to override settings of the …
(edit) @1093   3 years Maciej Komosinski Updated settings for version 5.0rc18: added new fields and removed old …
(edit) @1092   3 years Maciej Komosinski Cosmetic
(edit) @1091   3 years Maciej Komosinski Allowed to override settings of the simulation using a file with the …
(edit) @1090   3 years Maciej Komosinski Cosmetic
(edit) @1089   3 years Maciej Komosinski Added more examples of using Framsticks in python - building …
(edit) @1088   3 years Maciej Komosinski More friendly message when the dll/so cannot be found
(edit) @1087   3 years Maciej Komosinski Cosmetic
Note: See TracRevisionLog for help on using the revision log.