|
|
@1157
|
3 years |
Maciej Komosinski |
Improved f9 mutation
|
|
|
@1156
|
3 years |
Maciej Komosinski |
Added sstringURLEncode(SString& target) and sstringURLDecode(SString …
|
|
|
@1155
|
3 years |
Maciej Komosinski |
Added ParamInterface::findGroupId(const char* name)
|
|
|
@1154
|
3 years |
Maciej Komosinski |
Supported another variant of qsort()
|
|
|
@1153
|
3 years |
Maciej Komosinski |
Added debugging messages and a non-VirtFILE implementation of …
|
|
|
@1143
|
3 years |
sz |
update test results, mostly because of r1142 (rgb defaults change)
|
|
|
@1142
|
4 years |
Maciej Komosinski |
Default RGB color of Parts and Joints becomes 0.5,0.5,0.5 again (undo …
|
|
|
@1135
|
4 years |
Maciej Komosinski |
Validate joint length in Model: not just maximum but also minimum allowed
|
|
|
@1134
|
4 years |
Maciej Komosinski |
Flag names more consistent
|
|
|
@1130
|
4 years |
Maciej Komosinski |
Used std::min(), std::max() explicitly to avoid compiler confusion. …
|
|
|
@1125
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1124
|
4 years |
Maciej Komosinski |
Added helper utility functions
|
|
|
@1123
|
4 years |
Maciej Komosinski |
Added a header file for interfacing the frams-objects library (.dll …
|
|
|
@1122
|
4 years |
Maciej Komosinski |
Stick thickness when converting "ball-and-stick" models to …
|
|
|
@1121
|
4 years |
Maciej Komosinski |
Added comments, removed unused variables
|
|
|
@1120
|
4 years |
Maciej Komosinski |
Used a local random number generator for full determinism. Introduced …
|
|
|
@1118
|
4 years |
Maciej Komosinski |
Introduced a common constant for default stick thickness when …
|
|
|
@1115
|
4 years |
Maciej Komosinski |
Use default stick thickness when converting "ball-and-stick" models to …
|
|
|
@1111
|
4 years |
Maciej Komosinski |
Added a function to get voxels of sampled Model geometry from script
|
|
|
@1109
|
4 years |
Maciej Komosinski |
Follow-up to r1107
|
|
|
@1108
|
4 years |
Maciej Komosinski |
Avoided potentially dangerous subtraction from unsigned int
|
|
|
@1107
|
4 years |
Maciej Komosinski |
Unified names of neurons and neuron flags; muscle power range now …
|
|
|
@1100
|
4 years |
Maciej Komosinski |
Cosmetic / minor fixes
|
|
|
@1082
|
4 years |
Maciej Komosinski |
Added helper functions for script access
|
|
|
@1077
|
4 years |
Maciej Komosinski |
Fixed limited scope of for(var somevariable) …
|
|
|
@1076
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1075
|
4 years |
Maciej Komosinski |
Fixed dangerous size_t-1
|
|
|
@1073
|
4 years |
oriona |
Comments added.
|
|
|
@1072
|
4 years |
oriona |
Switching off the alignment moved.
|
|
|
@1071
|
4 years |
oriona |
Weighted MDS and switching off the alignment fixed.
|
|
|
@1070
|
4 years |
oriona |
MDS for one-part creatures fixed.
|
|
|
@1069
|
4 years |
sz |
sdk tests updated (similarity)
|
|
|
@1068
|
4 years |
sz |
sdk tests updated (resize)
|
|
|
@1067
|
4 years |
sz |
sdk tests updated (remove Part.vs)
|
|
|
@1066
|
4 years |
Maciej Komosinski |
Make names of fields in SimilMeasureGreedy? unique because object …
|
|
|
@1065
|
4 years |
Maciej Komosinski |
More specific error messages
|
|
|
@1064
|
4 years |
Maciej Komosinski |
Properly allocated and de-allocated dynamic arrays of size calculated …
|
|
|
@1063
|
4 years |
Maciej Komosinski |
Updated URL for Yossi Rubner's implementation of EMD
|
|
|
@1062
|
4 years |
oriona |
Global arrays moved to emd function.
|
|
|
@1061
|
4 years |
oriona |
Static array removed.
|
|
|
@1056
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1055
|
4 years |
Maciej Komosinski |
Added a workaround (potentially incorrect) for numerical instability …
|
|
|
@1054
|
4 years |
Maciej Komosinski |
Proper paramtab group names for similarity measures
|
|
|
@1053
|
4 years |
Maciej Komosinski |
Implemented missing ffs(int) for Windows compilers
|
|
|
@1052
|
4 years |
Maciej Komosinski |
Added a helper function; cosmetic changes in names and descriptions
|
|
|
@1051
|
4 years |
Maciej Komosinski |
Fixed a bug in ParamObject?: not initializing a field in paramtab, …
|
|
|
@1050
|
4 years |
Maciej Komosinski |
Renamed variables that caused problems with g++ 7.3.0 - C99, 7.1.3 …
|
|
|
@1049
|
4 years |
Maciej Komosinski |
Updates for compilation+linking of new similarity measures
|
|
|
@1048
|
4 years |
Maciej Komosinski |
SimilMeasure? -> SimilMeasureBase?; introduced a new class …
|
|
|
@1047
|
4 years |
Maciej Komosinski |
Removed no longer used sources
|
|
|
@1046
|
4 years |
Maciej Komosinski |
Fixed a declaration of a static array with a non-constant size in C++
|
|
|
@1045
|
4 years |
oriona |
Part of GeometryTestUtils? functions moved to GeometryUtils?.
|
|
|
@1044
|
4 years |
oriona |
Similarity measures code refactored. Distribution-based similarity …
|
|
|
@1043
|
4 years |
Maciej Komosinski |
Fixed the quotation character
|
|
|
@1041
|
4 years |
Maciej Komosinski |
Use qsort_r() substitute when not available (Android)
|
|
|
@1040
|
4 years |
Maciej Komosinski |
Follow-up to r897: A workaround for Android bug in vsnprintf() and …
|
|
|
@1039
|
4 years |
Maciej Komosinski |
Removed Part's "visual thickness" property
|
|
|
@1038
|
4 years |
Maciej Komosinski |
Ensure that when stdin/stdout/stderr are not supported (e.g., Android …
|
|
|
@1037
|
4 years |
Maciej Komosinski |
One less compiler warning about assignment/comparison
|
|
|
@1036
|
4 years |
Maciej Komosinski |
Fixed comparison for compilers with default char = signed
|
|
|
@1035
|
4 years |
Maciej Komosinski |
Added a demo program to scale a Model and a simple test
|
|
|
@1034
|
4 years |
sz |
test results updated
|
|
|
@1033
|
4 years |
Maciej Komosinski |
Updated test results after changes to evol_test and fS
|
|
|
@1032
|
4 years |
Maciej Komosinski |
- fS: comma as an intuitive separator in genotype instead of weird …
|
|
|
@1031
|
4 years |
Maciej Komosinski |
Added a number of model geometry criteria to evolution
|
|
|
@1030
|
4 years |
Maciej Komosinski |
fS: refactoring
|
|
|
@1029
|
4 years |
Maciej Komosinski |
fL: more legal characters allowed in syntax coloring
|
|
|
@1028
|
4 years |
Maciej Komosinski |
Separated Pt2D
|
|
|
@1027
|
4 years |
Maciej Komosinski |
#defined ARRAY_LENGTH(x) replaced by std::size(x) since C++17
|
|
|
@1026
|
4 years |
Maciej Komosinski |
Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility
|
|
|
@1025
|
4 years |
Maciej Komosinski |
Added a repr() function that converts a string using only printable …
|
|
|
@1023
|
4 years |
Maciej Komosinski |
Added GenoOperators::calculateSolidVolume(Part)
|
|
|
@1022
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1020
|
4 years |
Maciej Komosinski |
Added double Pt3D::minComponent() and maxComponent()
|
|
|
@1018
|
4 years |
Maciej Komosinski |
Make genomanipulation.cpp results consistent across platforms by using …
|
|
|
@1017
|
4 years |
Maciej Komosinski |
fS: faster collision detection, depends on "geometry" algorithms
|
|
|
@1016
|
4 years |
Maciej Komosinski |
Added whitespace-trimming functions for std::string
|
|
|
@1015
|
4 years |
sz |
test updates:
- geno_test(.no_exe)
- linux variants added because of …
|
|
|
@1012
|
4 years |
Maciej Komosinski |
Changed the range of Part scalex/y/z to 0.05..5.0
|
|
|
@1009
|
4 years |
Maciej Komosinski |
Added tests for most SDK demo programs
|
|
|
@1008
|
4 years |
Maciej Komosinski |
Implemented crossing over, handled failed mutations and crossovers, …
|
|
|
@1007
|
4 years |
Maciej Komosinski |
Added a simple evolutionary algorithm test
|
|
|
@1006
|
4 years |
Maciej Komosinski |
Improved the fS encoding
|
|
|
@1005
|
4 years |
Maciej Komosinski |
Higher conformance with C++17, but gave up after missing M_PI, M_PI_2, …
|
|
|
@1004
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1003
|
4 years |
Maciej Komosinski |
Compile source standard gnu++11 -> c++17
|
|
|
@1002
|
4 years |
Maciej Komosinski |
Model::rawGeno() now ignores model validity
|
|
|
@1001
|
4 years |
Maciej Komosinski |
Another attempt to rounding floating-point values with desired precision
|
|
|
@1000
|
4 years |
Maciej Komosinski |
Improved the fS encoding
|
|
|
@999
|
4 years |
Maciej Komosinski |
More consistent usage of "shapetype" (vs. "shape")
|
|
|
@998
|
4 years |
Maciej Komosinski |
Report the error status just once so that while(go()) does not have to …
|
|
|
@997
|
4 years |
Maciej Komosinski |
Make getPreferredLocation() return the proper PrefLocation? enum, not …
|
|
|
@996
|
4 years |
Maciej Komosinski |
Added helpful stdout messages before crash for cases when assert() …
|
|
|
@994
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@993
|
4 years |
Maciej Komosinski |
Skip 'p' items in saveSingleLine()
|
|
|
@992
|
4 years |
oriona |
Test genotypes updated.
|
|
|
@991
|
4 years |
Maciej Komosinski |
Updated target genetic format for fF (foraminifera) genetic encoding …
|
|
|
@990
|
4 years |
Maciej Komosinski |
Made genomanipulation demo deterministic by default
|
|
|
@989
|
4 years |
Maciej Komosinski |
SString::endWrite()/endAppend() now safe
|
|
|
@988
|
4 years |
Maciej Komosinski |
Building a Model from Geno now fails when Model.shape is incompatible …
|
|
|