|
|
@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
|
|
|
@737
|
7 years |
Maciej Komosinski |
Made destructors virtual to avoid compiler warnings
|
|
|
@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 …
|
|
|
@734
|
7 years |
Maciej Komosinski |
SString -> std::string
|
|
|
@733
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@732
|
7 years |
Maciej Komosinski |
Added support for "checkpoints" (intermediate phases of development of …
|
|
|
@731
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@730
|
7 years |
Maciej Komosinski |
Added/updated comments
|
|
|
@729
|
7 years |
Maciej Komosinski |
mutableparam_test added: demonstrates usage of ParamTransaction? and …
|
|
|
@728
|
7 years |
Maciej Komosinski |
Cosmetic
|
|
|
@727
|
7 years |
Maciej Komosinski |
The sample 'y' format converter returns f0 genotype now instead of …
|
|
|
@726
|
7 years |
Maciej Komosinski |
- Changed Model::singleStepBuild() to Model::addFromString() to create …
|
|
|
@725
|
7 years |
Maciej Komosinski |
Fix crash when no data provided
|
|
|
@724
|
7 years |
Maciej Komosinski |
Two sample programs demonstrating usage of param tree
|
|
|
@723
|
7 years |
Maciej Komosinski |
Building parameter tree based on names of parameter groups defined in …
|
|
|
@722
|
7 years |
Maciej Komosinski |
Added source for Model VM object
|
|
|
@721
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@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 …
|
|
|
@718
|
7 years |
Maciej Komosinski |
Fixed order of constructor calls
|
|
|
@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 …
|
|
|
@704
|
7 years |
Maciej Komosinski |
ParamInterface::getText() improved: removed pointless iteration when …
|
|
|
@698
|
7 years |
Maciej Komosinski |
Explicit cast to signed integer before applying negation, this is a …
|
|
|
@692
|
7 years |
Maciej Komosinski |
Updated version IDs
|
|
|
@691
|
7 years |
Maciej Komosinski |
Support for reading/parsing and writing 64-bit integer values
|
|
|
@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 …
|
|
|
@666
|
7 years |
Maciej Komosinski |
Added missing #include
|
|
|
@665
|
7 years |
Maciej Komosinski |
Cosmetic
|
|
|
@664
|
8 years |
Maciej Komosinski |
Mark last Part white - a visual aid for easier editing of f9 genotypes
|
|
|
@662
|
8 years |
Maciej Komosinski |
- Ensure solid shapes (SolidsShapeTypeModel?) are used in geometry …
|
|
|
@661
|
8 years |
Maciej Komosinski |
FramScript?'s ModelGeometr? converts and caches the input model so …
|
|
|
@660
|
8 years |
Maciej Komosinski |
Model shape conversion no longer requires const Model&
|
|
|
@659
|
8 years |
Maciej Komosinski |
Detecting more unwanted flags in Param sanity check
|
|
|
@658
|
8 years |
Maciej Komosinski |
- One function name made shorter
- Fixed some typos
- Predictable …
|
|
|
@657
|
8 years |
Maciej Komosinski |
A comment on potential optimization in ModelGeometryInfo?
|
|
|
@656
|
8 years |
Maciej Komosinski |
Removed useless READONLY flag in functions
|
|
|
@655
|
8 years |
Maciej Komosinski |
Better description of the VIRTFILE_OVERLOADING macro
|
|
|
@654
|
8 years |
Maciej Komosinski |
More strict checking for improper flag/type combinations
|
|
|
@653
|
8 years |
Maciej Komosinski |
Model::buildUsingSolidShapeTypes() can now handle single-Part models …
|
|
|
@652
|
8 years |
Maciej Komosinski |
Cosmetic
|
|
|
@651
|
8 years |
Maciej Komosinski |
0,1 -> false,true
|
|
|
@650
|
8 years |
Maciej Komosinski |
Warn when missing closing tilde (~) and code formatting
|
|
|
@649
|
8 years |
Maciej Komosinski |
Display diagnostic message when threads not released properly
|
|
|
@648
|
8 years |
Maciej Komosinski |
Warn when trying to remove non-existing indexed object
|
|
|
@647
|
8 years |
Maciej Komosinski |
Updated URLs, removed non-ascii characters
|
|
|
@646
|
8 years |
Maciej Komosinski |
Support for multiple coexisting implementations of the same neuron …
|
|
|
@645
|
8 years |
Maciej Komosinski |
f0 is strict now, will not accept float when int is expected
|
|
|
@644
|
8 years |
Maciej Komosinski |
Invalid references from neurons to Parts/Joints? are now reported
|
|
|
@643
|
8 years |
Maciej Komosinski |
The meaning of f9 3D-direction genes made consistent with Framsticks …
|
|
|
@642
|
8 years |
Maciej Komosinski |
Implemented insert() in FramScript? Vector class
|
|
|
@640
|
8 years |
Maciej Komosinski |
Introduced a separate function to provide a human-friendly description …
|
|
|
@639
|
8 years |
Maciej Komosinski |
Introduced separate functions for formatting time.
|
|
|
@637
|
8 years |
Maciej Komosinski |
Extended code so that NeuroClass? properties are described in more detail
|
|
|
@636
|
8 years |
Maciej Komosinski |
Modulo by zero is safe just as division by zero and prints analogous …
|
|
|
@635
|
8 years |
Maciej Komosinski |
Introduced specialized info_* fields in (Mini)Genotype that match FEC …
|
|
|
@612
|
8 years |
Maciej Komosinski |
Updated after field rename
|
|
|
@611
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@610
|
8 years |
Maciej Komosinski |
- Introduced levels of checking the validity of a Model
- If a Joint …
|
|
|
@606
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@605
|
8 years |
Maciej Komosinski |
- Added 'fixedZaxis' option to paramtab (so that it is accessible from …
|
|
|