|
|
@1056
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@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 …
|
|
|
@1030
|
4 years |
Maciej Komosinski |
fS: refactoring
|
|
|
@1029
|
4 years |
Maciej Komosinski |
fL: more legal characters allowed in syntax coloring
|
|
|
@1023
|
4 years |
Maciej Komosinski |
Added GenoOperators::calculateSolidVolume(Part)
|
|
|
@1017
|
4 years |
Maciej Komosinski |
fS: faster collision detection, depends on "geometry" algorithms
|
|
|
@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, …
|
|
|
@1000
|
4 years |
Maciej Komosinski |
Improved the fS encoding
|
|
|
@999
|
4 years |
Maciej Komosinski |
More consistent usage of "shapetype" (vs. "shape")
|
|
|
@994
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@991
|
4 years |
Maciej Komosinski |
Updated target genetic format for fF (foraminifera) genetic encoding …
|
|
|
@988
|
4 years |
Maciej Komosinski |
Building a Model from Geno now fails when Model.shape is incompatible …
|
|
|
@981
|
4 years |
Maciej Komosinski |
Fixed misleading indentation
|
|
|
@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
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@959
|
4 years |
Maciej Komosinski |
Added a high-level neuron mutation function
|
|
|
@958
|
4 years |
Maciej Komosinski |
Added the fS genetic encoding (for solids)
|
|
|
@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 …
|
|
|
@954
|
4 years |
Maciej Komosinski |
Fixed genotype returned on conversion error
|
|
|
@952
|
4 years |
Maciej Komosinski |
Added new receptors (Gp:"gyroscope" on a Part, Tp:Touch-proximity and …
|
|
|
@938
|
4 years |
Maciej Komosinski |
Set "M" solid muscle neuron class active by default
|
|
|
@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 …
|
|
|
@857
|
6 years |
Maciej Komosinski |
Initialized variables in all cases to make potential errors evident
|
|
|
@853
|
6 years |
Maciej Komosinski |
The official C++17 fallthrough? attribute instead of comments no break
|
|
|
@841
|
6 years |
Maciej Komosinski |
Updated #includes after splitting stl-util into util-stl, util-file …
|
|
|
@835
|
6 years |
Maciej Komosinski |
ISO C++17 compliance including NULL, nullptr, templates and pointer …
|
|
|
@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
|
|
|
@821
|
6 years |
Maciej Komosinski |
Performance and stability improvements in fB, fH, and fL; improved …
|
|
|
@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 …
|
|
|
@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
|
|
|
@797
|
6 years |
Maciej Komosinski |
A more complete implementation of fB, fH, fL
|
|
|
@788
|
6 years |
Maciej Komosinski |
Fixed #include filename for f8 converter
|
|
|
@787
|
7 years |
Maciej Komosinski |
Removed a comment; sprintf() gives more control and precision than …
|
|
|
@783
|
7 years |
Maciej Komosinski |
Removed the unused "info" field and fixed a bug with incorrect …
|
|
|
@780
|
7 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 …
|
|
|
@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]
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@743
|
7 years |
Maciej Komosinski |
Introduced different function names in C++ instead of overloading …
|
|
|
@740
|
7 years |
Maciej Komosinski |
Added support for developmental phases ("checkpoints") to converters …
|
|
|
@736
|
7 years |
Maciej Komosinski |
Added the new "using_checkpoints" argument to genetic converters so …
|
|
|
@735
|
7 years |
Maciej Komosinski |
Base genotype converter is now abstract, which triggers compilation …
|
|
|
@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 …
|
|
|
@720
|
7 years |
Maciej Komosinski |
Param::save2() renamed to saveSingleLine(); unified Param::load() so …
|
|
|
@719
|
7 years |
Maciej Komosinski |
f1->f0 mapping maps ',' and ')' symbols to the branching Part (earlier …
|
|
|
@716
|
7 years |
Maciej Komosinski |
The f1 converter is now able to map more than one genotype character …
|
|
|
@715
|
7 years |
Maciej Komosinski |
GenMan?'s constructor now calls its setDefaults() to initialize all …
|
|
|
@714
|
7 years |
Maciej Komosinski |
- Setting default NeuroClass? active/genactive in preconfigured …
|
|
|
@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 …
|
|
|
@673
|
7 years |
Maciej Komosinski |
Added three functions that may be useful in general
|
|
|
@672
|
7 years |
Maciej Komosinski |
More appropriate name for the "model_energy_max" variable
|
|
|
@671
|
7 years |
Maciej Komosinski |
Unified property names of f1 and f4; improved docs; 3.141 -> M_PI
|
|
|
@670
|
7 years |
Maciej Komosinski |
Improved variable names and docs
|
|
|
@669
|
7 years |
Maciej Komosinski |
As default foraminifera initial chamber radius in Framsticks units …
|
|
|