|
|
@870
|
6 years |
oriona |
Nonexistent function declaration removed.
|
|
|
@869
|
6 years |
Maciej Komosinski |
Added another, improved way of calculating dissimilarity of two …
|
|
|
@868
|
6 years |
Maciej Komosinski |
Added two methods for dictionary iteration: for(x in dict) and for(x …
|
|
|
@867
|
6 years |
Maciej Komosinski |
Code formatting + cosmetic fixes
|
|
|
@866
|
6 years |
Maciej Komosinski |
XY and XYRect for floating point values
|
|
|
@865
|
6 years |
Maciej Komosinski |
Added files needed to compile Framsticks SDK to JavaScript? using Emscripten
|
|
|
@864
|
6 years |
Maciej Komosinski |
Introduced a few sets of files so that the rest is more modular; …
|
|
|
@863
|
6 years |
Maciej Komosinski |
Made operator precedence more javascript-like
|
|
|
@862
|
6 years |
Maciej Komosinski |
#include <cstdlib> needed for Emscripten for malloc()
|
|
|
@861
|
6 years |
Maciej Komosinski |
Added #include <stddef.h> needed for Emscripten
|
|
|
@860
|
6 years |
Maciej Komosinski |
Made util-string.cpp #include util-string.h even though currently not …
|
|
|
@859
|
6 years |
Maciej Komosinski |
Made operator precedence more standard: conditional (?:) and logical …
|
|
|
@858
|
6 years |
Maciej Komosinski |
Cosmetic (docs)
|
|
|
@857
|
6 years |
Maciej Komosinski |
Initialized variables in all cases to make potential errors evident
|
|
|
@856
|
6 years |
Maciej Komosinski |
Support for more operations in 2D
|
|
|
@855
|
6 years |
Maciej Komosinski |
Removed unused field
|
|
|
@854
|
6 years |
Maciej Komosinski |
Comparing with "None" using "is not" instead of "!="
|
|
|
@853
|
6 years |
Maciej Komosinski |
The official C++17 fallthrough? attribute instead of comments no break
|
|
|
@852
|
6 years |
Maciej Komosinski |
Dictionary.find() now also works for null values stored in a …
|
|
|
@851
|
6 years |
Maciej Komosinski |
Getting int or float value casted from null or invalid is an ERROR …
|
|
|
@850
|
6 years |
Maciej Komosinski |
LoggerBase::handle() calling handleSingleLine() stops when paused
|
|
|
@849
|
6 years |
Maciej Komosinski |
Added Dictionary.hasKey(). Accessing non-existent dictionary keys …
|
|
|
@848
|
6 years |
Maciej Komosinski |
2D operations with more granular types of arguments
|
|
|
@847
|
6 years |
Maciej Komosinski |
Code formatting
|
|
|
@846
|
6 years |
Maciej Komosinski |
- Added support for ternary conditional operator a?b:c
- Fixed …
|
|
|
@845
|
6 years |
Maciej Komosinski |
Made strings at least slightly comparable with zero so 'Math.pi && …
|
|
|
@844
|
6 years |
Maciej Komosinski |
Initialization of static fields in a template conforming to the C++17 …
|
|
|
@843
|
6 years |
Maciej Komosinski |
Our random number generator class becomes compatible with …
|
|
|
@842
|
6 years |
Maciej Komosinski |
Simple va_copy still needed for C++Builder
|
|
|
@841
|
6 years |
Maciej Komosinski |
Updated #includes after splitting stl-util into util-stl, util-file …
|
|
|
@840
|
6 years |
Maciej Komosinski |
Split stl-util into util-stl, util-file and util-string
|
|
|
@839
|
6 years |
Maciej Komosinski |
Added extern template declarations for UserTags? reg[N] static members
|
|
|
@838
|
6 years |
Maciej Komosinski |
Bigger neuro-probe windows (depending on the container size)
|
|
|
@837
|
6 years |
Maciej Komosinski |
Now C++Builder supports va_copy(to,from)
|
|
|
@836
|
6 years |
Maciej Komosinski |
Introduced ternary conditional operator a?b:c
|
|
|
@835
|
6 years |
Maciej Komosinski |
ISO C++17 compliance including NULL, nullptr, templates and pointer …
|
|
|
@834
|
6 years |
Maciej Komosinski |
Renamed Math.h to MathDragon4.h because the <math.h> name clash is …
|
|
|
@833
|
6 years |
Maciej Komosinski |
Introduced #define PRINTFLOAT_DRAGON4_ALWAYS_3_DIGIT_EXPONENT - when …
|
|
|
@832
|
6 years |
Maciej Komosinski |
Renamed MutableParam? property manipulation functions to avoid …
|
|
|
@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
|
|
|
@828
|
6 years |
oriona |
Geometry and similarity goals updated.
|
|
|
@827
|
6 years |
Maciej Komosinski |
Fixed misleading indentation
|
|
|
@826
|
6 years |
Maciej Komosinski |
Used the Dragon4 algorithm to print floating point values with full …
|
|
|
@825
|
6 years |
Maciej Komosinski |
Simplified XYZ.toString() and made Orient.toString() use our official …
|
|
|
@824
|
6 years |
Maciej Komosinski |
MutableParam? property definition can be changed
|
|
|
@823
|
6 years |
Maciej Komosinski |
Added "PrintFloat?" implementation of the Dragon4 algorithm, since C++ …
|
|
|
@822
|
6 years |
Maciej Komosinski |
Avoid false positives for script-driven mutable param sanity check …
|
|
|
@821
|
6 years |
Maciej Komosinski |
Performance and stability improvements in fB, fH, and fL; improved …
|
|
|
@820
|
6 years |
Maciej Komosinski |
More complete implementation of directories in the virtual filesystem …
|
|
|
@819
|
6 years |
oriona |
Similarity test goals updated.
|
|
|
@818
|
6 years |
oriona |
Help to wMDS field added.
|
|
|
@817
|
6 years |
oriona |
MDS procedure replaced with weighted MDS procedure.
|
|
|
@816
|
6 years |
oriona |
Geometry test's goal updated.
|
|
|
@815
|
6 years |
Maciej Komosinski |
Use double for consistency (using float to store double value of 0.2 …
|
|
|
@814
|
6 years |
Maciej Komosinski |
Passes all arguments (if any) to python tester
|
|
|
@813
|
6 years |
Maciej Komosinski |
Improved the script that runs unit tests
|
|
|
@812
|
6 years |
oriona |
F1 genotype test added to geometry tests. Command line argument …
|
|
|
@811
|
6 years |
oriona |
Tests for geometry and similarity added [fixes #52]
|
|
|
@810
|
6 years |
Maciej Komosinski |
Don't unnecessarily calculate sqrt(negative_value) [fixes #51]
|
|
|
@809
|
6 years |
Maciej Komosinski |
Fixed a signed/unsigned warning
|
|
|
@808
|
6 years |
Maciej Komosinski |
New option for mutation in numerical encoding fn: mutate all variables …
|
|
|
@807
|
6 years |
Maciej Komosinski |
The -f/--file argument is now mandatory
|
|
|
@806
|
6 years |
Maciej Komosinski |
Cosmetic
|
|
|
@805
|
6 years |
Maciej Komosinski |
Fixed clang's compiler forward declaration problem - not using …
|
|
|
@804
|
6 years |
Maciej Komosinski |
Fixed memory leak and uninitialized int
|
|
|
@803
|
6 years |
Maciej Komosinski |
Performance improvements, including avoiding unnecessary passing of …
|
|
|
@802
|
6 years |
Maciej Komosinski |
Crossing over with less bloat, but still biologically-inspired
|
|
|
@801
|
6 years |
Maciej Komosinski |
Added a helper function that counts active neuron classes
|
|
|
@800
|
6 years |
sz |
added missing .o files in fL converter targets
|
|
|
@799
|
6 years |
Maciej Komosinski |
Added information about past and present contributors
|
|
|
@798
|
6 years |
sz |
unit testing infrastructure + few example tests for the Framsticks SDK
|
|
|
@797
|
6 years |
Maciej Komosinski |
A more complete implementation of fB, fH, fL
|
|
|
@796
|
6 years |
Maciej Komosinski |
Unified error messages and error handling for loadSingleLine and …
|
|
|
@795
|
6 years |
Maciej Komosinski |
Released allocated memory
|
|
|
@794
|
6 years |
Maciej Komosinski |
Protected against overflow when converting floating point value to …
|
|
|
@793
|
6 years |
Maciej Komosinski |
Code formatting
|
|
|
@792
|
6 years |
Maciej Komosinski |
Code formatting
|
|
|
@791
|
6 years |
Maciej Komosinski |
Code formatting
|
|
|
@790
|
6 years |
Maciej Komosinski |
Code formatting
|
|
|
@789
|
6 years |
Maciej Komosinski |
Code formatting
|
|
|
@788
|
6 years |
Maciej Komosinski |
Fixed #include filename for f8 converter
|
|
|
@787
|
6 years |
Maciej Komosinski |
Removed a comment; sprintf() gives more control and precision than …
|
|
|
@786
|
6 years |
Maciej Komosinski |
Improved shortening of long stringified values in error messages
|
|
|
@785
|
6 years |
Maciej Komosinski |
Very long string values are not printed shortened
|
|
|
@784
|
6 years |
Maciej Komosinski |
Separate messages for "string too long" and "value too big"
|
|
|
@783
|
6 years |
Maciej Komosinski |
Removed the unused "info" field and fixed a bug with incorrect …
|
|
|
@782
|
6 years |
oriona |
Typos fixed.
|
|
|
@781
|
6 years |
Maciej Komosinski |
Fixed indentation
|
|
|
@780
|
6 years |
Maciej Komosinski |
Added sources for genetic encodings fB, fH, fL
|
|
|
@779
|
7 years |
Maciej Komosinski |
Unified file names of all files involved in genetic conversions and …
|
|
|
@778
|
7 years |
Maciej Komosinski |
A few useful functions added for 2D operations
|
|
|
@777
|
7 years |
Maciej Komosinski |
Fixed a typo
|
|
|
@776
|
7 years |
Maciej Komosinski |
Removed extra checkpoint
|
|
|
@775
|
7 years |
Maciej Komosinski |
Added a note on "fn" encoding to README.txt
|
|
|
@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 …
|
|
|