|
|
@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 …
|
|
|
@986
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@984
|
4 years |
Maciej Komosinski |
Moved similarity unit tests so that it is the first test in sequence
|
|
|
@983
|
4 years |
oriona |
Similarity unit tests added.
|
|
|
@982
|
4 years |
oriona |
Geometry goals corrected.
|
|
|
@981
|
4 years |
Maciej Komosinski |
Fixed misleading indentation
|
|
|
@980
|
4 years |
Maciej Komosinski |
Added missing #include for *nix
|
|
|
@979
|
4 years |
Maciej Komosinski |
Improved float-rounding functions, follow-up to r970
|
|
|
@978
|
4 years |
Maciej Komosinski |
Mentioned newly added enum in the documentation of …
|
|
|
@977
|
4 years |
Maciej Komosinski |
Renamed functions for consistency; added an example of using …
|
|
|
@976
|
4 years |
Maciej Komosinski |
Renamed three "solid-compatible" receptors to have more informative names
|
|
|
@975
|
4 years |
Maciej Komosinski |
Added NeuroClass::getSupportedJointTypes() and …
|
|
|
@974
|
4 years |
Maciej Komosinski |
Renamed all genooper paramtab variables to be consistent with the …
|
|
|
@973
|
4 years |
Maciej Komosinski |
Increased SString and std::string compatibility: introduced length(), …
|
|
|
@972
|
4 years |
Maciej Komosinski |
- separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
|
|
|
@970
|
4 years |
Maciej Komosinski |
Added functions to properly round floating point values to specified …
|
|
|
@969
|
4 years |
Maciej Komosinski |
fS: preserved volume during shape-type changes
|
|
|
@968
|
4 years |
Maciej Komosinski |
Introduced a separate function to mutate neuron connection weight
|
|
|
@967
|
4 years |
Maciej Komosinski |
Improved names of functions that mutate neuron properties and improved docs
|
|
|
@966
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@965
|
4 years |
Maciej Komosinski |
Added a function to print genotypes in the LaTeX format, preserving …
|
|
|
@961
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@960
|
4 years |
Maciej Komosinski |
Simplified code and fixed a bug where all existing non-default …
|
|
|