|
|
@1298
|
7 months |
Maciej Komosinski |
Introduced overloads for rndUint() with size_t and int arguments to …
|
|
|
@1274
|
14 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1259
|
17 months |
Maciej Komosinski |
f4: three #define's -> enum, minor refactorizations, added comments
|
|
|
@1249
|
18 months |
Maciej Komosinski |
Multiple issues fixed when calculating bending range for the '|' …
|
|
|
@1247
|
18 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1241
|
18 months |
Maciej Komosinski |
No longer sort modifiers and cancel out antagonistic modifiers in f1 …
|
|
|
@1240
|
18 months |
Maciej Komosinski |
Updated f4->f1 approximate converter
|
|
|
@1239
|
18 months |
Maciej Komosinski |
More robust stopping condition for organism development: no longer …
|
|
|
@1238
|
18 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1237
|
18 months |
Maciej Komosinski |
- Got rid of a redundant source of information: cells development …
|
|
|
@1236
|
18 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1235
|
18 months |
Maciej Komosinski |
Don't remove trailing '>' from genotypes
|
|
|
@1234
|
19 months |
Maciej Komosinski |
Simplify sequences of modifier genes, cancelling out antagonistic ones …
|
|
|
@1232
|
19 months |
Maciej Komosinski |
The validate() function may now attempt to repair genotypes without …
|
|
|
@1231
|
19 months |
Maciej Komosinski |
- Thanks to r1230, it is possible to detect (and repair=remove) junk …
|
|
|
@1230
|
19 months |
Maciej Komosinski |
Got rid of the (buggy) look-ahead function, made parsing stricter and …
|
|
|
@1229
|
19 months |
Maciej Komosinski |
- More strict parsing (reporting errors instead of implicit fixes)
- …
|
|
|
@1228
|
19 months |
Maciej Komosinski |
Fixed a bug where an f4_Node tree that resulted from an f4 genotype …
|
|
|
@1227
|
19 months |
Maciej Komosinski |
Improvements in f4:
- fixed a bug where newly created cells in a given …
|
|
|
@1213
|
19 months |
Maciej Komosinski |
Fixed buffer overflow - the […] pattern in scanf() always stores the …
|
|
|
@1212
|
19 months |
Maciej Komosinski |
Properly attach muscles to joints and fix "Warning: …
|
|
|
@1108
|
4 years |
Maciej Komosinski |
Avoided potentially dangerous subtraction from unsigned int
|
|
|
@999
|
4 years |
Maciej Komosinski |
More consistent usage of "shapetype" (vs. "shape")
|
|
|
@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(), …
|
|
|
@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
|
|
|
@957
|
4 years |
Maciej Komosinski |
Replace magic "100" with GenoOperators::NEUROCLASS_PROP_OFFSET
|
|
|
@955
|
4 years |
Maciej Komosinski |
Genetic format ID becomes a string (no longer limited to a single …
|
|
|
@935
|
4 years |
Maciej Komosinski |
Utility functions that provide a set of all neuron classes fulfilling …
|
|
|
@899
|
5 years |
Maciej Komosinski |
Code formatting
|
|
|
@896
|
5 years |
Maciej Komosinski |
Replaced #defined macros for popular random-related operations with …
|
|
|
@853
|
6 years |
Maciej Komosinski |
The official C++17 fallthrough? attribute instead of comments no break
|
|
|
@831
|
6 years |
Maciej Komosinski |
Fixed broken neuron creation (missing argument - regression from r760, …
|
|
|
@830
|
6 years |
Maciej Komosinski |
"%ld" replaced with "%d" because it refers to int
|
|
|
@829
|
6 years |
Maciej Komosinski |
Removed unnecessary cast, "long" is equivalent to "int" in our compilations
|
|
|
@804
|
6 years |
Maciej Komosinski |
Fixed memory leak and uninitialized int
|
|
|
@783
|
6 years |
Maciej Komosinski |
Removed the unused "info" field and fixed a bug with incorrect …
|
|
|
@779
|
7 years |
Maciej Komosinski |
Unified file names of all files involved in genetic conversions and …
|
|
|
@777
|
7 years |
Maciej Komosinski |
Fixed a typo
|
|
|
@776
|
7 years |
Maciej Komosinski |
Removed extra checkpoint
|
|
|
@774
|
7 years |
Maciej Komosinski |
Removed unused "state" field (issue number 19), improved docs (issues …
|
|
|
@773
|
7 years |
Maciej Komosinski |
Improved styling implementation, fixes issue number 18 [refs #62]
|
|
|
@772
|
7 years |
Maciej Komosinski |
Unified #define modifiers in f1 and f4, fixes issue number 16 [refs #62]
|
|
|
@771
|
7 years |
Maciej Komosinski |
Added color and size modifiers in f4; avoided unnecessary conditions …
|
|
|
@770
|
7 years |
Maciej Komosinski |
Avoided "min" and "max" as variable names, fixes issue 22 [refs #62]
|
|
|
@767
|
7 years |
Maciej Komosinski |
More strict parsing of the repetition counter; bug fixes; improved …
|
|
|
@760
|
7 years |
Maciej Komosinski |
- added support for new API for neuron types and their properties
- …
|
|
|
@736
|
7 years |
Maciej Komosinski |
Added the new "using_checkpoints" argument to genetic converters so …
|
|
|
@726
|
7 years |
Maciej Komosinski |
- Changed Model::singleStepBuild() to Model::addFromString() to create …
|
|
|
@676
|
7 years |
Maciej Komosinski |
Improved comments, removed unnecessary TODO regarding "Rr" modifiers
|
|
|
@675
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@674
|
7 years |
Maciej Komosinski |
f4 modifiers implemented similarly to f1 modifiers, and a base for …
|
|
|
@671
|
7 years |
Maciej Komosinski |
Unified property names of f1 and f4; improved docs; 3.141 -> M_PI
|
|
|
@534
|
8 years |
Maciej Komosinski |
Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
|
|
|
@528
|
8 years |
Maciej Komosinski |
- Part.m removed
- Part.h becomes XPROP
- validate more part and joint …
|
|
|
@513
|
8 years |
Maciej Komosinski |
checkValidity() and validate() are now aware of genotype name
|
|
|
@375
|
10 years |
Maciej Komosinski |
Renamed logging functions to more intuitive and simple names
|
|
|
@372
|
10 years |
sz |
Renamed some classes and functions to make their purpose more obvious: …
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@287
|
10 years |
Maciej Komosinski |
GDK->SDK
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@199
|
11 years |
Maciej Komosinski |
Avoid const char*/char* compilation warnings
|
|
|
@197
|
11 years |
Maciej Komosinski |
GDK used by developers since 1999, distributed on the web since 2002
|
|
|
@196
|
11 years |
Maciej Komosinski |
Updated f4 sources and made f4 available for GDK demo apps
|