|
|
@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
|
6 years |
Maciej Komosinski |
Unified file names of all files involved in genetic conversions and …
|
|
|
@778
|
6 years |
Maciej Komosinski |
A few useful functions added for 2D operations
|
|
|
@777
|
6 years |
Maciej Komosinski |
Fixed a typo
|
|
|
@776
|
6 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 …
|
|
|
@770
|
7 years |
Maciej Komosinski |
Avoided "min" and "max" as variable names, fixes issue 22 [refs #62]
|
|
|
@769
|
7 years |
sz |
updated for Framsticks version 5.0rc13 (Model checkpoints, f4 …
|
|
|
@768
|
7 years |
Maciej Komosinski |
Reverted to 100x repeat-until-valid-mutation, required due to how …
|
|
|
@767
|
7 years |
Maciej Komosinski |
More strict parsing of the repetition counter; bug fixes; improved …
|
|
|
@766
|
7 years |
Maciej Komosinski |
Added a number of useful methods in 2D
|
|
|
@765
|
7 years |
Maciej Komosinski |
Wider ranges of allowed values for mutation when only partial …
|
|
|
@764
|
7 years |
Maciej Komosinski |
Less deterministic (less absorbing) mutation for very narrow allowed …
|
|
|
@763
|
7 years |
Maciej Komosinski |
Higher precision when storing variable values
|
|
|
@762
|
7 years |
Maciej Komosinski |
Default sample values for a 2D problem, not 1D; added documentation …
|
|
|
@761
|
7 years |
Maciej Komosinski |
Introduced a macro for the number of times GenMan? tries to repeat a …
|
|
|
@760
|
7 years |
Maciej Komosinski |
- added support for new API for neuron types and their properties
- …
|
|
|
@759
|
7 years |
Maciej Komosinski |
f1 and f4 stick properties unified and moved to a separate structure …
|
|
|
@758
|
7 years |
Maciej Komosinski |
Added a few useful functions providing lists of neurons with specific …
|
|
|
@757
|
7 years |
Maciej Komosinski |
Removed appending the original fn genotype as a comment in the …
|
|
|
@756
|
7 years |
Maciej Komosinski |
Added frams/genetics/fn to ALL_DIRS so make clean cleans all dirs
|
|
|
@755
|
7 years |
Maciej Komosinski |
Renamed ParamTree::Node -> ParamTree::ParamTreeNode? to avoid name …
|
|
|
@754
|
7 years |
Maciej Komosinski |
More strict rules for Param type descriptions and "unlimited range …
|
|
|
@753
|
7 years |
Maciej Komosinski |
Improved Vector and Dictionary deserialization: any number of spaces …
|
|
|
@752
|
7 years |
Maciej Komosinski |
Mutation in the 'fn' encoding respects custom min,max,stddev for each …
|
|
|
@751
|
7 years |
Maciej Komosinski |
More versatile mutation function for numbers
|
|
|
@750
|
7 years |
Maciej Komosinski |
More proper definition of the crossover parameter
|
|
|
@749
|
7 years |
Maciej Komosinski |
Added a new function to linearly mix two vectors of real numbers
|
|
|
@748
|
7 years |
Maciej Komosinski |
Configured and activated the new "fn" genetic representation
|
|
|
@747
|
7 years |
Maciej Komosinski |
Added a new "fn" genetic representation (a vector of real numbers for …
|
|
|
@746
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@745
|
7 years |
Maciej Komosinski |
Renamed ParamInterface::save() -> saveMultiLine()
|
|
|
@744
|
7 years |
Maciej Komosinski |
ParamTree? constructor changed (to make it easier for javascript) to …
|
|
|
@743
|
7 years |
Maciej Komosinski |
Introduced different function names in C++ instead of overloading …
|
|
|
@742
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@741
|
7 years |
Maciej Komosinski |
Added just for inspiration/as an example of implementation; now these …
|
|
|
@740
|
7 years |
Maciej Komosinski |
Added support for developmental phases ("checkpoints") to converters …
|
|
|
@739
|
7 years |
Maciej Komosinski |
Unlimited number of model Parts/Joints/Neurons? when displaying the …
|
|
|
@738
|
7 years |
Maciej Komosinski |
Fixed comment location in source
|
|
|