source: framspy

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1297   5 weeks Maciej Komosinski Removed unused "static" fields
(edit) @1296   5 weeks Maciej Komosinski Niching and novelty techniques currently require …
(edit) @1295   5 weeks Maciej Komosinski Updated for Python 3.9+
(edit) @1294   5 weeks Maciej Komosinski Initialize more fields in constructors
(edit) @1293   5 weeks Maciej Komosinski Cosmetic
(edit) @1292   5 weeks Maciej Komosinski - in numerical experiments, genotypes which are vectors of values now …
(edit) @1291   2 months Maciej Komosinski Cosmetic
(edit) @1290   2 months Maciej Komosinski Better mutation, crossover, and evaluation function for a simple …
(edit) @1289   2 months Maciej Komosinski fitness_set_negative_to_zero boolean (a.k.a. "only positive fitness", …
(edit) @1283   7 months Maciej Komosinski Stochastic rounding to deliver on average the expected number of …
(edit) @1282   7 months Maciej Komosinski Updated the settings file with new parameter names
(edit) @1274   7 months Maciej Komosinski Cosmetic
(edit) @1272   8 months Maciej Komosinski Added comments, formatting
(edit) @1271   8 months Maciej Komosinski Improved boundary checks, descriptions and comments
(edit) @1270   8 months Maciej Komosinski Added the "k" parameter (the number of most similar neighbors) to NSLC …
(edit) @1269   9 months oriona FFT is now calculated after the signature reduction, to increase …
(edit) @1268   9 months oriona Coefficients indices changed to floats in range (0-1) to normalize …
(edit) @1267   9 months oriona Improved normalization function description
(edit) @1266   9 months oriona Signature values normalization added.
(edit) @1265   9 months Maciej Komosinski Added a function to assess the number of Parts, Joints, Neurons and …
(edit) @1225   11 months oriona New deafult params set, unnecessary print removed.
(edit) @1224   12 months Maciej Komosinski Less ambiguous names of variables, improved docs
(edit) @1223   12 months oriona Description of the measures added.
(edit) @1221   12 months Maciej Komosinski Cosmetic
(edit) @1220   12 months Maciej Komosinski Added support for two more phenetic dissimilarity estimation methods, …
(edit) @1219   12 months Maciej Komosinski Less misleading parameter and variable name (library vs. module)
(edit) @1218   12 months Maciej Komosinski Added a function that checks if a genotype produces a valid Creature …
(edit) @1214   12 months Maciej Komosinski The number of "steps" has now the interpretation of the number of intervals
(edit) @1211   12 months sz linux compatibility (can't use the window state "zoomed", some state …
(edit) @1210   12 months Maciej Komosinski EPSILON used only where necessary
(edit) @1209   13 months oriona ipynb_checkpoints deleted.
(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) @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) @1185   17 months Maciej Komosinski Renamed a module; new name is "evolalg_steps"
(edit) @1183   18 months Maciej Komosinski Cosmetic
(edit) @1182   19 months Maciej Komosinski More concise code and less redundancy in dissimilarity classes, added …
(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) @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) @1158   2 years Maciej Komosinski Cosmetic/minor improvements
(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) @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) @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) @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) @1123   3 years Maciej Komosinski Added a header file for interfacing the frams-objects library (.dll …
(edit) @1119   3 years Maciej Komosinski Cache a function reference for better performance
(edit) @1117   3 years Maciej Komosinski Cosmetic
(edit) @1116   3 years Maciej Komosinski Improved performance significantly by moving the step-by-step …
(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) @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
Note: See TracRevisionLog for help on using the revision log.