|
|
@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 …
|
|
|
@668
|
7 years |
Maciej Komosinski |
Fixed argument type in GenMan?.getSimplest()
|
|
|
@667
|
7 years |
Maciej Komosinski |
- fF foraminifera encoding supports scaling (radius) of the initial …
|
|
|
@664
|
8 years |
Maciej Komosinski |
Mark last Part white - a visual aid for easier editing of f9 genotypes
|
|
|
@643
|
8 years |
Maciej Komosinski |
The meaning of f9 3D-direction genes made consistent with Framsticks …
|
|
|
@551
|
8 years |
Maciej Komosinski |
PreconfiguredGenetics? warns about unexpected use case and unregisters …
|
|
|
@544
|
8 years |
Maciej Komosinski |
Renamed:
Model::getShape() ==> Model::getShapeType()
Model::SHAPE_OLD …
|
|
|
@534
|
8 years |
Maciej Komosinski |
Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
|
|
|
@532
|
8 years |
Maciej Komosinski |
A new set of getStyle/getFullStyle functions in GenMan? and cosmetic …
|
|
|
@530
|
8 years |
Maciej Komosinski |
Strict parsing of genotype format prefix
|
|
|
@528
|
8 years |
Maciej Komosinski |
- Part.m removed
- Part.h becomes XPROP
- validate more part and joint …
|
|
|
@522
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@521
|
8 years |
Maciej Komosinski |
Extended error messages for invalid genotype format declaration
|
|
|
@518
|
8 years |
Maciej Komosinski |
More strict parsing of genotype format prefix
|
|
|
@516
|
8 years |
Maciej Komosinski |
Geno format as a string (no longer ascii number)
|
|
|
@514
|
8 years |
Maciej Komosinski |
More strict parsing of numbers when converting genotypes f1->f0
|
|
|
@513
|
8 years |
Maciej Komosinski |
checkValidity() and validate() are now aware of genotype name
|
|
|
@508
|
8 years |
Maciej Komosinski |
Conditional macro to identify for which genotypes the order of …
|
|
|
@500
|
9 years |
Maciej Komosinski |
Fixed uninit - previously cached f0 might have been treated as invalid
|
|
|
@494
|
9 years |
Maciej Komosinski |
Empty destructor no longer needed since it is present in the base …
|
|
|
@492
|
9 years |
Maciej Komosinski |
emscripten compatibility
|
|
|
@483
|
9 years |
Maciej Komosinski |
Unified DEBUG macro ( -> _DEBUG )
|
|
|
@467
|
9 years |
Maciej Komosinski |
GenMan? interface uses STL std::string instead of SString
|
|
|
@452
|
9 years |
Maciej Komosinski |
Validation of genotypes additionally prints genotype name when there …
|
|
|
@408
|
9 years |
Maciej Komosinski |
Typos
|
|
|
@391
|
9 years |
sz |
Moved frams/loggers to common/loggers
|
|
|
@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 …
|
|
|
@346
|
10 years |
Maciej Komosinski |
Each thread can use its own simulator's GenMan?
|
|
|
@344
|
10 years |
Maciej Komosinski |
Non-COW string compatibility (const char* is always invalid after …
|
|
|
@319
|
10 years |
Maciej Komosinski |
Fixed compilation warnings
|
|
|
@288
|
10 years |
Maciej Komosinski |
GDK->SDK, gdk_test.cpp -> genomanipulation.cpp
|
|
|
@287
|
10 years |
Maciej Komosinski |
GDK->SDK
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@280
|
10 years |
Maciej Komosinski |
Version 4.0
|
|
|
@275
|
10 years |
Maciej Komosinski |
Inheritance information during crossing over properly stored as a …
|
|
|
@271
|
10 years |
Maciej Komosinski |
Refreshed header comments
|
|
|
@259
|
10 years |
Maciej Komosinski |
Added support for genetic mapping in f9
|
|
|
@257
|
10 years |
Maciej Komosinski |
- added strmove(): strcpy() for overlapping strings
- ExtObject? …
|
|
|
@256
|
10 years |
Maciej Komosinski |
Chambers in Foraminifera now have the proper orientation in 3D; …
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@240
|
11 years |
Maciej Komosinski |
Used | instead of + when adding binary flags
|
|
|
@228
|
11 years |
Maciej Komosinski |
More warnings for illegal ExtValue? operations: object+-*/%something …
|
|
|
@201
|
11 years |
Maciej Komosinski |
Moved isAbsolutePath() to another source file and added implementation …
|
|
|
@200
|
11 years |
Maciej Komosinski |
More stl string, less SString
|
|
|
@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
|
|
|
@194
|
11 years |
Maciej Komosinski |
Updated sources of the fT (ATGC sequences) genetic operators - useful …
|
|
|
@187
|
11 years |
sz |
all text files should have svn:eol-style=native
|
|
|
@185
|
11 years |
Maciej Komosinski |
Avoid "atan2: domain error"
|
|
|
@181
|
11 years |
Maciej Komosinski |
Cosmetic change in order
|
|
|
@180
|
11 years |
Maciej Komosinski |
Remove fixed length buffers
|
|
|
@178
|
11 years |
Maciej Komosinski |
Changed cryptic double[4] into a meaningful struct
|
|
|
@177
|
11 years |
Maciej Komosinski |
Optimizations and simplifications
|
|
|
@176
|
11 years |
Maciej Komosinski |
Renamed #defines that conflicted with system-wide defines for Windows …
|
|
|
@174
|
11 years |
oriona |
Chambers in Foraminifera grow so that the length of the local …
|
|
|
@170
|
11 years |
sz |
removed the confusing SList operator!()
|
|
|
@168
|
11 years |
sz |
reformatting
|
|
|
@158
|
11 years |
sz |
genetics: warn if properties cannot be mixed because of incompatible types
|
|
|
@157
|
11 years |
sz |
f9 and Ff converters can now detect an invalid input genotype and …
|
|
|
@151
|
11 years |
sz |
(c) header added
|
|
|
@150
|
11 years |
sz |
Warn against missing converter, convert() caller can differentiate …
|
|
|
@146
|
11 years |
sz |
oops, forgot to include oper_fx.cpp in the previous Genetics update
|
|
|
@145
|
11 years |
sz |
Genetics reorganization (affects ALL applications!):
- …
|
|
|
@140
|
11 years |
sz |
introducing the Foraminifera encoding (format 'F')
|
|
|
@139
|
11 years |
sz |
class renaming + minor corrections
|
|
|
@138
|
11 years |
sz |
genetic operator example - frams/_demos/genooper_test.cpp
|
|
|
@126
|
11 years |
sz |
minor corrections
|
|
|
@125
|
11 years |
sz |
f9: APPLY_DETERMINISTIC_BODY_NOISE enabled by default
|
|
|
@121
|
11 years |
sz |
updated file headers and makefiles
|
|
|
@120
|
11 years |
Maciej Komosinski |
added sources of the f9->f0 genetic converter
|
|
|
@119
|
11 years |
Maciej Komosinski |
reorganization of genetic sources (makefiles not updated yet)
|
|
copied from cpp/frams/genetic:
|
|
|
@109
|
11 years |
sz |
source reorganization (see README)
new feature added: part/joint …
|