source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1208   13 months oriona density distribution measures added.
(edit) @1207   13 months Maciej Komosinski Examples made more friendly to shells that treat semicolon …
(edit) @1206   13 months Maciej Komosinski Added a helper class for competitions and comparing the performance of …
(edit) @1205   13 months Maciej Komosinski Splitting (potentially) multiple .sim files is already done by …
(edit) @1204   13 months Maciej Komosinski Allow to provide more than one .sim file
(edit) @1203   13 months Maciej Komosinski Some assert cases changed to raising exceptions
(edit) @1202   14 months Maciej Komosinski Introduced common utility functions for setting window sizes; …
(edit) @1201   14 months sz passing file patterns as lists of strings is more portable
(edit) @1200   14 months Maciej Komosinski Make errors during evaluation of creatures Python exceptions so they …
(edit) @1199   14 months Maciej Komosinski Cosmetic
(edit) @1198   14 months Maciej Komosinski Added simple Python GUI for Framsticks library/server
(edit) @1197   14 months Maciej Komosinski Added the "-t" option in init() to make concurrent calls from …
(edit) @1196   14 months Maciej Komosinski When importing *.sim files, make problems fatal because error messages …
(edit) @1195   14 months Maciej Komosinski Cosmetic
(edit) @1194   14 months Maciej Komosinski make_new_population() targets the desired popsize instead of …
(edit) @1193   16 months sz food object (red apple)
(edit) @1192   16 months sz 3d models
(edit) @1191   16 months Maciej Komosinski Cosmetic
(edit) @1190   16 months Maciej Komosinski Added the "evolalg" module for evolutionary optimization
(edit) @1189   16 months Maciej Komosinski Only absolute paths are accepted by os.add_dll_directory()
(edit) @1188   16 months sz updated for Framsticks v5.0rc25 notable change: max=-1 means unlimited …
(edit) @1187   16 months Maciej Komosinski Updated property names, types, ranges and descriptions
(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
Note: See TracRevisionLog for help on using the revision log.