source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @1086   3 years sz updated for Framsticks version 5.0rc18 - added MessageCatcher? object - …
(edit) @1085   3 years sz - more sophisticated frams.py init() so frams-test.py (and other …
(edit) @1084   3 years Maciej Komosinski Introduced bool PRINT_FRAMSTICKS_OUTPUT to mute messages while …
(edit) @1083   3 years Maciej Komosinski Allowed to override the default name of frams-objects.dll/so
(edit) @1082   3 years Maciej Komosinski Added helper functions for script access
(edit) @1081   3 years Maciej Komosinski Cosmetic
(edit) @1080   3 years Maciej Komosinski Use direct connection to Framsticks .so/.dll in evolution
(edit) @1079   3 years Maciej Komosinski Cosmetic
(edit) @1078   3 years Maciej Komosinski Direct connection from python to Framsticks .so/.dll
(edit) @1077   3 years Maciej Komosinski Fixed limited scope of for(var somevariable) …
(edit) @1076   3 years Maciej Komosinski Cosmetic
(edit) @1075   3 years Maciej Komosinski Fixed dangerous size_t-1
(edit) @1074   3 years oriona Proper genetic format set.
(edit) @1073   3 years oriona Comments added.
(edit) @1072   3 years oriona Switching off the alignment moved.
(edit) @1071   3 years oriona Weighted MDS and switching off the alignment fixed.
(edit) @1070   3 years oriona MDS for one-part creatures fixed.
(edit) @1069   3 years sz sdk tests updated (similarity)
(edit) @1068   3 years sz sdk tests updated (resize)
(edit) @1067   3 years sz sdk tests updated (remove Part.vs)
(edit) @1066   3 years Maciej Komosinski Make names of fields in SimilMeasureGreedy? unique because object …
(edit) @1065   3 years Maciej Komosinski More specific error messages
(edit) @1064   3 years Maciej Komosinski Properly allocated and de-allocated dynamic arrays of size calculated …
(edit) @1063   3 years Maciej Komosinski Updated URL for Yossi Rubner's implementation of EMD
(edit) @1062   3 years oriona Global arrays moved to emd function.
(edit) @1061   3 years oriona Static array removed.
(edit) @1060   3 years Maciej Komosinski "Vectorized" mutation for better performance due to decreased time of …
(edit) @1059   3 years Maciej Komosinski Warn when the number of performance evaluations is different from the …
(edit) @1058   3 years sz updated for Framsticks50rc16 (ModelSimilarity? replaced by SimilMeasure?
(edit) @1057   3 years Maciej Komosinski Updated to match changes from r1024
Note: See TracRevisionLog for help on using the revision log.