|
|
@1286
|
11 months |
Maciej Komosinski |
Improved Model-building error messages; for some cases changed ERROR …
|
|
|
@1280
|
14 months |
Maciej Komosinski |
Added explicit type casts (size_t vs. int etc.)
|
|
|
@1277
|
14 months |
Maciej Komosinski |
Added Model.is_valid
|
|
|
@1252
|
17 months |
Maciej Komosinski |
Disallow Joint longitudal stiffness == 0.0 because then sticks can be …
|
|
|
@1215
|
19 months |
Maciej Komosinski |
Less ambiguous names of counting functions in loggers: warning -> …
|
|
|
@1186
|
2 years |
Maciej Komosinski |
For consistency with other numerical types, unlimited string length is …
|
|
|
@1183
|
2 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1174
|
3 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1173
|
3 years |
Maciej Komosinski |
Fixed the descriptor distribution similarity measure: we don't want …
|
|
|
@1172
|
3 years |
Maciej Komosinski |
Introduced EMD_LIMIT_WARNING_MESSAGES to limit the number of warning …
|
|
|
@1158
|
3 years |
Maciej Komosinski |
Cosmetic/minor improvements
|
|
|
@1142
|
3 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
|
|
|
@1130
|
4 years |
Maciej Komosinski |
Used std::min(), std::max() explicitly to avoid compiler confusion. …
|
|
|
@1125
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@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
|
|
|
@1100
|
4 years |
Maciej Komosinski |
Cosmetic / minor fixes
|
|
|
@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.
|
|
|
@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
|
|
|
@1052
|
4 years |
Maciej Komosinski |
Added a helper function; cosmetic changes in names and descriptions
|
|
|
@1050
|
4 years |
Maciej Komosinski |
Renamed variables that caused problems with g++ 7.3.0 - C99, 7.1.3 …
|
|
|
@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 …
|
|
|
@1039
|
4 years |
Maciej Komosinski |
Removed Part's "visual thickness" property
|
|
|
@1032
|
4 years |
Maciej Komosinski |
- fS: comma as an intuitive separator in genotype instead of weird …
|
|
|
@1026
|
4 years |
Maciej Komosinski |
Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility
|
|
|
@1012
|
4 years |
Maciej Komosinski |
Changed the range of Part scalex/y/z to 0.05..5.0
|
|
|
@1004
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1002
|
4 years |
Maciej Komosinski |
Model::rawGeno() now ignores model validity
|
|
|
@999
|
4 years |
Maciej Komosinski |
More consistent usage of "shapetype" (vs. "shape")
|
|
|
@997
|
4 years |
Maciej Komosinski |
Make getPreferredLocation() return the proper PrefLocation? enum, not …
|
|
|
@988
|
4 years |
Maciej Komosinski |
Building a Model from Geno now fails when Model.shape is incompatible …
|
|
|
@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 …
|
|
|
@975
|
4 years |
Maciej Komosinski |
Added NeuroClass::getSupportedJointTypes() and …
|
|
|
@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 …
|
|
|
@955
|
4 years |
Maciej Komosinski |
Genetic format ID becomes a string (no longer limited to a single …
|
|
|
@952
|
4 years |
Maciej Komosinski |
Added new receptors (Gp:"gyroscope" on a Part, Tp:Touch-proximity and …
|
|
|
@945
|
4 years |
Maciej Komosinski |
Updated recommended ranges for Part volume so that they are based on …
|
|
|
@937
|
4 years |
Maciej Komosinski |
Consistent names in NeuroClass? enum Hint
|
|
|
@935
|
4 years |
Maciej Komosinski |
Utility functions that provide a set of all neuron classes fulfilling …
|
|
|
@934
|
4 years |
Maciej Komosinski |
Introduced 'volume' field available by getMinPart(), getMaxPart(), …
|
|
|
@932
|
4 years |
Maciej Komosinski |
Neuron classes now have a property (a bit field) that says whether …
|
|
|
@926
|
4 years |
Maciej Komosinski |
Initialized hinge limits properly (e.g. when copying Joint objects)
|
|
|
@920
|
4 years |
Maciej Komosinski |
Hinges and a muscle for solid shapes in f0
|
|
|
@915
|
5 years |
Maciej Komosinski |
Added fields to characterize hinges in "solid shape"-type Models
|
|
|
@900
|
5 years |
Maciej Komosinski |
Ensure consistent rotation data when building a solid shapes model: …
|
|
|
@899
|
5 years |
Maciej Komosinski |
Code formatting
|
|
|
@896
|
5 years |
Maciej Komosinski |
Replaced #defined macros for popular random-related operations with …
|
|
|
@877
|
5 years |
Maciej Komosinski |
Introduced a shared function to avoid code duplication; more …
|
|
|
@872
|
6 years |
Maciej Komosinski |
Fixed error messages, changed int to paInt (for 32/64-bit safety), …
|
|
|
@871
|
6 years |
oriona |
Printfs replaced with error messages.
|
|
|
@870
|
6 years |
oriona |
Nonexistent function declaration removed.
|
|
|
@869
|
6 years |
Maciej Komosinski |
Added another, improved way of calculating dissimilarity of two …
|
|
|
@844
|
6 years |
Maciej Komosinski |
Initialization of static fields in a template conforming to the C++17 …
|
|
|
@839
|
6 years |
Maciej Komosinski |
Added extern template declarations for UserTags? reg[N] static members
|
|
|
@818
|
6 years |
oriona |
Help to wMDS field added.
|
|
|
@817
|
6 years |
oriona |
MDS procedure replaced with weighted MDS procedure.
|
|
|
@815
|
6 years |
Maciej Komosinski |
Use double for consistency (using float to store double value of 0.2 …
|
|
|
@810
|
6 years |
Maciej Komosinski |
Don't unnecessarily calculate sqrt(negative_value) [fixes #51]
|
|
|
@782
|
6 years |
oriona |
Typos fixed.
|
|
|
@754
|
7 years |
Maciej Komosinski |
More strict rules for Param type descriptions and "unlimited range …
|
|
|
@743
|
7 years |
Maciej Komosinski |
Introduced different function names in C++ instead of overloading …
|
|
|
@738
|
7 years |
Maciej Komosinski |
Fixed comment location in source
|
|
|
@732
|
7 years |
Maciej Komosinski |
Added support for "checkpoints" (intermediate phases of development of …
|
|
|
@726
|
7 years |
Maciej Komosinski |
- Changed Model::singleStepBuild() to Model::addFromString() to create …
|
|
|
@722
|
7 years |
Maciej Komosinski |
Added source for Model VM object
|
|
|
@720
|
7 years |
Maciej Komosinski |
Param::save2() renamed to saveSingleLine(); unified Param::load() so …
|
|
|
@714
|
7 years |
Maciej Komosinski |
- Setting default NeuroClass? active/genactive in preconfigured …
|
|
|
@666
|
7 years |
Maciej Komosinski |
Added missing #include
|
|
|
@661
|
8 years |
Maciej Komosinski |
FramScript?'s ModelGeometr? converts and caches the input model so …
|
|
|
@660
|
8 years |
Maciej Komosinski |
Model shape conversion no longer requires const Model&
|
|
|
@658
|
8 years |
Maciej Komosinski |
- One function name made shorter
- Fixed some typos
- Predictable …
|
|
|
@657
|
8 years |
Maciej Komosinski |
A comment on potential optimization in ModelGeometryInfo?
|
|
|
@653
|
8 years |
Maciej Komosinski |
Model::buildUsingSolidShapeTypes() can now handle single-Part models …
|
|
|
@647
|
8 years |
Maciej Komosinski |
Updated URLs, removed non-ascii characters
|
|
|
@644
|
8 years |
Maciej Komosinski |
Invalid references from neurons to Parts/Joints? are now reported
|
|
|
@640
|
8 years |
Maciej Komosinski |
Introduced a separate function to provide a human-friendly description …
|
|
|
@637
|
8 years |
Maciej Komosinski |
Extended code so that NeuroClass? properties are described in more detail
|
|
|
@611
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|