source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @1056   3 years Maciej Komosinski Cosmetic
(edit) @1055   3 years Maciej Komosinski Added a workaround (potentially incorrect) for numerical instability …
(edit) @1054   3 years Maciej Komosinski Proper paramtab group names for similarity measures
(edit) @1053   3 years Maciej Komosinski Implemented missing ffs(int) for Windows compilers
(edit) @1052   3 years Maciej Komosinski Added a helper function; cosmetic changes in names and descriptions
(edit) @1051   3 years Maciej Komosinski Fixed a bug in ParamObject?: not initializing a field in paramtab, …
(edit) @1050   3 years Maciej Komosinski Renamed variables that caused problems with g++ 7.3.0 - C99, 7.1.3 …
(edit) @1049   3 years Maciej Komosinski Updates for compilation+linking of new similarity measures
(edit) @1048   3 years Maciej Komosinski SimilMeasure? -> SimilMeasureBase?; introduced a new class …
(edit) @1047   3 years Maciej Komosinski Removed no longer used sources
(edit) @1046   3 years Maciej Komosinski Fixed a declaration of a static array with a non-constant size in C++
(edit) @1045   3 years oriona Part of GeometryTestUtils? functions moved to GeometryUtils?.
(edit) @1044   3 years oriona Similarity measures code refactored. Distribution-based similarity …
(edit) @1043   3 years Maciej Komosinski Fixed the quotation character
(edit) @1042   3 years sz updated for Framsticks version 5.0rc15 most important changes: - added …
(edit) @1041   3 years Maciej Komosinski Use qsort_r() substitute when not available (Android)
(edit) @1040   3 years Maciej Komosinski Follow-up to r897: A workaround for Android bug in vsnprintf() and …
(edit) @1039   3 years Maciej Komosinski Removed Part's "visual thickness" property
(edit) @1038   3 years Maciej Komosinski Ensure that when stdin/stdout/stderr are not supported (e.g., Android …
(edit) @1037   3 years Maciej Komosinski One less compiler warning about assignment/comparison
(edit) @1036   3 years Maciej Komosinski Fixed comparison for compilers with default char = signed
(edit) @1035   3 years Maciej Komosinski Added a demo program to scale a Model and a simple test
(edit) @1034   3 years sz test results updated
(edit) @1033   3 years Maciej Komosinski Updated test results after changes to evol_test and fS
(edit) @1032   3 years Maciej Komosinski - fS: comma as an intuitive separator in genotype instead of weird …
(edit) @1031   3 years Maciej Komosinski Added a number of model geometry criteria to evolution
(edit) @1030   3 years Maciej Komosinski fS: refactoring
(edit) @1029   3 years Maciej Komosinski fL: more legal characters allowed in syntax coloring
(edit) @1028   3 years Maciej Komosinski Separated Pt2D
(edit) @1027   3 years Maciej Komosinski #defined ARRAY_LENGTH(x) replaced by std::size(x) since C++17
(edit) @1026   3 years Maciej Komosinski Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility
(edit) @1025   4 years Maciej Komosinski Added a repr() function that converts a string using only printable …
(edit) @1024   4 years Maciej Komosinski evaluate() now handles a list of genotypes, not just a single genotype
(edit) @1023   4 years Maciej Komosinski Added GenoOperators::calculateSolidVolume(Part)
(edit) @1022   4 years Maciej Komosinski Cosmetic
(edit) @1021   4 years Maciej Komosinski Checking for genotype validity can now handle multiple genotypes at once
(edit) @1020   4 years Maciej Komosinski Added double Pt3D::minComponent() and maxComponent()
(edit) @1019   4 years Maciej Komosinski Better filename extensions for files with results; .gen was misleading …
(edit) @1018   4 years Maciej Komosinski Make genomanipulation.cpp results consistent across platforms by using …
(edit) @1017   4 years Maciej Komosinski fS: faster collision detection, depends on "geometry" algorithms
(edit) @1016   4 years Maciej Komosinski Added whitespace-trimming functions for std::string
Note: See TracRevisionLog for help on using the revision log.