|
|
@1186
|
2 years |
Maciej Komosinski |
For consistency with other numerical types, unlimited string length is …
|
|
|
@1130
|
4 years |
Maciej Komosinski |
Used std::min(), std::max() explicitly to avoid compiler confusion. …
|
|
|
@1118
|
4 years |
Maciej Komosinski |
Introduced a common constant for default stick thickness when …
|
|
|
@1115
|
4 years |
Maciej Komosinski |
Use default stick thickness when converting "ball-and-stick" models to …
|
|
|
@1049
|
4 years |
Maciej Komosinski |
Updates for compilation+linking of new similarity measures
|
|
|
@1045
|
4 years |
oriona |
Part of GeometryTestUtils? functions moved to GeometryUtils?.
|
|
|
@1044
|
4 years |
oriona |
Similarity measures code refactored. Distribution-based similarity …
|
|
|
@1035
|
4 years |
Maciej Komosinski |
Added a demo program to scale a Model and a simple test
|
|
|
@1031
|
4 years |
Maciej Komosinski |
Added a number of model geometry criteria to evolution
|
|
|
@1018
|
4 years |
Maciej Komosinski |
Make genomanipulation.cpp results consistent across platforms by using …
|
|
|
@1009
|
4 years |
Maciej Komosinski |
Added tests for most SDK demo programs
|
|
|
@1008
|
4 years |
Maciej Komosinski |
Implemented crossing over, handled failed mutations and crossovers, …
|
|
|
@1007
|
4 years |
Maciej Komosinski |
Added a simple evolutionary algorithm test
|
|
|
@1005
|
4 years |
Maciej Komosinski |
Higher conformance with C++17, but gave up after missing M_PI, M_PI_2, …
|
|
|
@1004
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@999
|
4 years |
Maciej Komosinski |
More consistent usage of "shapetype" (vs. "shape")
|
|
|
@994
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@990
|
4 years |
Maciej Komosinski |
Made genomanipulation demo deterministic by default
|
|
|
@989
|
4 years |
Maciej Komosinski |
SString::endWrite()/endAppend() now safe
|
|
|
@986
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@977
|
4 years |
Maciej Komosinski |
Renamed functions for consistency; added an example of using …
|
|
|
@975
|
4 years |
Maciej Komosinski |
Added NeuroClass::getSupportedJointTypes() and …
|
|
|
@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 …
|
|
|
@955
|
4 years |
Maciej Komosinski |
Genetic format ID becomes a string (no longer limited to a single …
|
|
|
@927
|
4 years |
Maciej Komosinski |
Cosmetic changes in docs
|
|
|
@896
|
5 years |
Maciej Komosinski |
Replaced #defined macros for popular random-related operations with …
|
|
|
@895
|
5 years |
oriona |
Unnecessary spaces removed.
|
|
|
@893
|
5 years |
oriona |
Similarity modified and expanded to include both old (greedy) and new …
|
|
|
@855
|
6 years |
Maciej Komosinski |
Removed unused field
|
|
|
@795
|
6 years |
Maciej Komosinski |
Released allocated memory
|
|
|
@779
|
7 years |
Maciej Komosinski |
Unified file names of all files involved in genetic conversions and …
|
|
|
@755
|
7 years |
Maciej Komosinski |
Renamed ParamTree::Node -> ParamTree::ParamTreeNode? to avoid name …
|
|
|
@745
|
7 years |
Maciej Komosinski |
Renamed ParamInterface::save() -> saveMultiLine()
|
|
|
@744
|
7 years |
Maciej Komosinski |
ParamTree? constructor changed (to make it easier for javascript) to …
|
|
|
@742
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@739
|
7 years |
Maciej Komosinski |
Unlimited number of model Parts/Joints/Neurons? when displaying the …
|
|
|
@737
|
7 years |
Maciej Komosinski |
Made destructors virtual to avoid compiler warnings
|
|
|
@732
|
7 years |
Maciej Komosinski |
Added support for "checkpoints" (intermediate phases of development of …
|
|
|
@730
|
7 years |
Maciej Komosinski |
Added/updated comments
|
|
|
@729
|
7 years |
Maciej Komosinski |
mutableparam_test added: demonstrates usage of ParamTransaction? and …
|
|
|
@727
|
7 years |
Maciej Komosinski |
The sample 'y' format converter returns f0 genotype now instead of …
|
|
|
@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 …
|
|
|
@720
|
7 years |
Maciej Komosinski |
Param::save2() renamed to saveSingleLine(); unified Param::load() so …
|
|
|
@662
|
8 years |
Maciej Komosinski |
- Ensure solid shapes (SolidsShapeTypeModel?) are used in geometry …
|
|
|
@658
|
8 years |
Maciej Komosinski |
- One function name made shorter
- Fixed some typos
- Predictable …
|
|
|
@639
|
8 years |
Maciej Komosinski |
Introduced separate functions for formatting time.
|
|
|
@635
|
8 years |
Maciej Komosinski |
Introduced specialized info_* fields in (Mini)Genotype that match FEC …
|
|
|
@612
|
8 years |
Maciej Komosinski |
Updated after field rename
|
|
|
@606
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@605
|
8 years |
Maciej Komosinski |
- Added 'fixedZaxis' option to paramtab (so that it is accessible from …
|
|
|
@601
|
8 years |
oriona |
Possibility of fixing z axis during the alignment added.
|
|
|
@550
|
8 years |
Maciej Komosinski |
LoggerToStdout? used in geometry tests. PreconfiguredGenetics? moved to …
|
|
|
@549
|
8 years |
Maciej Komosinski |
More correct use of PreconfiguredGenetics?: avoid static objects, …
|
|
|
@547
|
8 years |
oriona |
PreconfiguredGenetics? added in geometrytestutils
|
|
|
@546
|
8 years |
Maciej Komosinski |
Renamed: Model::buildUsingNewShapes -> …
|
|
|
@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 …
|
|
|
@527
|
8 years |
Maciej Komosinski |
Print mappings of models
|
|
|
@526
|
8 years |
Maciej Komosinski |
Geno::toString() renamed to Geno::getGeneAndFormat()
|
|
|
@520
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@517
|
8 years |
Maciej Komosinski |
Added an example of saving MiniGenotype? objects to a file
|
|
|
@515
|
8 years |
Maciej Komosinski |
Renamed, better name
|
|
|
@473
|
9 years |
sz |
- MiniGenotype? extended to handle all Genotype fields contained in …
|
|
|
@459
|
9 years |
sz |
fixed memory leak in simil_test (when loading invalid genotypes)
|
|
|
@457
|
9 years |
oriona |
Vectors declaration shortened.
|
|
|
@455
|
9 years |
oriona |
Malloc/free replaced by new/delete, pointers-to-vectors changed into …
|
|
|
@451
|
9 years |
oriona |
Unused INit commented out. Command line information updated.
|
|
|
@408
|
9 years |
Maciej Komosinski |
Typos
|
|
|
@391
|
9 years |
sz |
Moved frams/loggers to common/loggers
|
|
|
@382
|
9 years |
sz |
Moving frams/virtfile to common/virtfile:
- file references updated …
|
|
|
@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: …
|
|
|
@365
|
10 years |
Maciej Komosinski |
Link geno_test with StdoutErrorHandler?'s cpp; do not include cpp as a …
|
|
|
@361
|
10 years |
Maciej Komosinski |
Signed/unsigned int issues (r352) resolved differently - in most cases …
|
|
|
@360
|
10 years |
Maciej Komosinski |
Source formatting
|
|
|
@359
|
10 years |
Maciej Komosinski |
Display error/warning messages by default
|
|
|
@352
|
10 years |
oriona |
comparison between signed and unsigned integer expressions fixed
|
|
|
@351
|
10 years |
Maciej Komosinski |
Renamed simil_match_test.cpp -> simil_unittests.cpp
|
|
|
@349
|
10 years |
oriona |
implementation of the similarity measure
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@338
|
10 years |
Maciej Komosinski |
One more invalid (de)serialization example
|
|
|
@334
|
10 years |
Maciej Komosinski |
More specific error messages on failed deserialization (and the …
|
|
|
@330
|
10 years |
Maciej Komosinski |
Improved comments
|
|
|
@329
|
10 years |
Maciej Komosinski |
More examples of Param loader
|
|
|
@323
|
10 years |
Maciej Komosinski |
Example of skipping an unknown object
|
|
|
@319
|
10 years |
Maciej Komosinski |
Fixed compilation warnings
|
|
|
@318
|
10 years |
Maciej Komosinski |
Compiles under cygwin; enabled warnings
|
|
|
@317
|
10 years |
Maciej Komosinski |
SDK compiles under Mac OS
|
|
|
@316
|
10 years |
Maciej Komosinski |
Improved documentation (for Param flags in particular)
|
|
|
@311
|
10 years |
Maciej Komosinski |
More fields and test cases
|
|
|
@308
|
10 years |
Maciej Komosinski |
After loading, objects are printed ("saved") to standard output. …
|
|
|
@307
|
10 years |
Maciej Komosinski |
Tester/demo for Param loader
|
|
|
@299
|
10 years |
Maciej Komosinski |
Instead of linking with stdiofile-autoinit.cpp, create an object …
|
|
|
@291
|
10 years |
Maciej Komosinski |
- Global errorhandlers are harmful (race condition)
- …
|
|
|
@289
|
10 years |
Maciej Komosinski |
Removed usage of NeuroItem?; item details -> details
|
|
|
@288
|
10 years |
Maciej Komosinski |
GDK->SDK, gdk_test.cpp -> genomanipulation.cpp
|
|
|