source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1044   3 years oriona Similarity measures code refactored. Distribution-based similarity …
(edit) @1043   3 years Maciej Komosinski Fixed the quotation character
(edit) @1042   3 years sz updated for Framsticks version 5.0rc15 most important changes: - added …
(edit) @1041   3 years Maciej Komosinski Use qsort_r() substitute when not available (Android)
(edit) @1040   3 years Maciej Komosinski Follow-up to r897: A workaround for Android bug in vsnprintf() and …
(edit) @1039   3 years Maciej Komosinski Removed Part's "visual thickness" property
(edit) @1038   3 years Maciej Komosinski Ensure that when stdin/stdout/stderr are not supported (e.g., Android …
(edit) @1037   3 years Maciej Komosinski One less compiler warning about assignment/comparison
(edit) @1036   3 years Maciej Komosinski Fixed comparison for compilers with default char = signed
(edit) @1035   3 years Maciej Komosinski Added a demo program to scale a Model and a simple test
(edit) @1034   3 years sz test results updated
(edit) @1033   3 years Maciej Komosinski Updated test results after changes to evol_test and fS
(edit) @1032   3 years Maciej Komosinski - fS: comma as an intuitive separator in genotype instead of weird …
(edit) @1031   3 years Maciej Komosinski Added a number of model geometry criteria to evolution
(edit) @1030   3 years Maciej Komosinski fS: refactoring
(edit) @1029   3 years Maciej Komosinski fL: more legal characters allowed in syntax coloring
(edit) @1028   3 years Maciej Komosinski Separated Pt2D
(edit) @1027   3 years Maciej Komosinski #defined ARRAY_LENGTH(x) replaced by std::size(x) since C++17
(edit) @1026   3 years Maciej Komosinski Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility
(edit) @1025   4 years Maciej Komosinski Added a repr() function that converts a string using only printable …
(edit) @1024   4 years Maciej Komosinski evaluate() now handles a list of genotypes, not just a single genotype
(edit) @1023   4 years Maciej Komosinski Added GenoOperators::calculateSolidVolume(Part)
(edit) @1022   4 years Maciej Komosinski Cosmetic
(edit) @1021   4 years Maciej Komosinski Checking for genotype validity can now handle multiple genotypes at once
(edit) @1020   4 years Maciej Komosinski Added double Pt3D::minComponent() and maxComponent()
(edit) @1019   4 years Maciej Komosinski Better filename extensions for files with results; .gen was misleading …
(edit) @1018   4 years Maciej Komosinski Make genomanipulation.cpp results consistent across platforms by using …
(edit) @1017   4 years Maciej Komosinski fS: faster collision detection, depends on "geometry" algorithms
(edit) @1016   4 years Maciej Komosinski Added whitespace-trimming functions for std::string
(edit) @1015   4 years sz test updates: - geno_test(.no_exe) - linux variants added because of …
(edit) @1014   4 years Maciej Komosinski Added more details to docs
(edit) @1013   4 years Maciej Komosinski Turned off echo for communication under Windows; implemented …
(edit) @1012   4 years Maciej Komosinski Changed the range of Part scalex/y/z to 0.05..5.0
(edit) @1011   4 years Maciej Komosinski In tester, print the number of failed tests along with the "dot=OK …
(edit) @1010   4 years Maciej Komosinski Print "character summary" (dot=OK) for all tests instead of just the …
(edit) @1009   4 years Maciej Komosinski Added tests for most SDK demo programs
(edit) @1008   4 years Maciej Komosinski Implemented crossing over, handled failed mutations and crossovers, …
(edit) @1007   4 years Maciej Komosinski Added a simple evolutionary algorithm test
(edit) @1006   4 years Maciej Komosinski Improved the fS encoding
(edit) @1005   4 years Maciej Komosinski Higher conformance with C++17, but gave up after missing M_PI, M_PI_2, …
(edit) @1004   4 years Maciej Komosinski Cosmetic
(edit) @1003   4 years Maciej Komosinski Compile source standard gnu++11 -> c++17
(edit) @1002   4 years Maciej Komosinski Model::rawGeno() now ignores model validity
(edit) @1001   4 years Maciej Komosinski Another attempt to rounding floating-point values with desired precision
(edit) @1000   4 years Maciej Komosinski Improved the fS encoding
(edit) @999   4 years Maciej Komosinski More consistent usage of "shapetype" (vs. "shape")
(edit) @998   4 years Maciej Komosinski Report the error status just once so that while(go()) does not have to …
(edit) @997   4 years Maciej Komosinski Make getPreferredLocation() return the proper PrefLocation? enum, not …
(edit) @996   4 years Maciej Komosinski Added helpful stdout messages before crash for cases when assert() …
(edit) @995   4 years Maciej Komosinski Added support for utf-8 in tests
(edit) @994   4 years Maciej Komosinski Cosmetic
(edit) @993   4 years Maciej Komosinski Skip 'p' items in saveSingleLine()
(edit) @992   4 years oriona Test genotypes updated.
(edit) @991   4 years Maciej Komosinski Updated target genetic format for fF (foraminifera) genetic encoding …
(edit) @990   4 years Maciej Komosinski Made genomanipulation demo deterministic by default
(edit) @989   4 years Maciej Komosinski SString::endWrite()/endAppend() now safe
(edit) @988   4 years Maciej Komosinski Building a Model from Geno now fails when Model.shape is incompatible …
(edit) @987   4 years Maciej Komosinski When tests fail, create failed result files with filenames similar to …
(edit) @986   4 years Maciej Komosinski Cosmetic
(edit) @985   4 years Maciej Komosinski Added support for Anaconda Windows Python running under CYGWIN
(edit) @984   4 years Maciej Komosinski Moved similarity unit tests so that it is the first test in sequence
(edit) @983   4 years oriona Similarity unit tests added.
(edit) @982   4 years oriona Geometry goals corrected.
(edit) @981   4 years Maciej Komosinski Fixed misleading indentation
(edit) @980   4 years Maciej Komosinski Added missing #include for *nix
(edit) @979   4 years Maciej Komosinski Improved float-rounding functions, follow-up to r970
(edit) @978   4 years Maciej Komosinski Mentioned newly added enum in the documentation of …
(edit) @977   4 years Maciej Komosinski Renamed functions for consistency; added an example of using …
(edit) @976   4 years Maciej Komosinski Renamed three "solid-compatible" receptors to have more informative names
(edit) @975   4 years Maciej Komosinski Added NeuroClass::getSupportedJointTypes() and …
(edit) @974   4 years Maciej Komosinski Renamed all genooper paramtab variables to be consistent with the …
(edit) @973   4 years Maciej Komosinski Increased SString and std::string compatibility: introduced length(), …
(edit) @972   4 years Maciej Komosinski - separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
(edit) @971   4 years Maciej Komosinski Added support for calculation of dissimilarity of more than two …
(edit) @970   4 years Maciej Komosinski Added functions to properly round floating point values to specified …
(edit) @969   4 years Maciej Komosinski fS: preserved volume during shape-type changes
(edit) @968   4 years Maciej Komosinski Introduced a separate function to mutate neuron connection weight
(edit) @967   4 years Maciej Komosinski Improved names of functions that mutate neuron properties and improved docs
(edit) @966   4 years Maciej Komosinski Cosmetic
(edit) @965   4 years Maciej Komosinski Added a function to print genotypes in the LaTeX format, preserving …
(edit) @964   4 years Maciej Komosinski Improved layout, added one free-text question, properly counted the …
(edit) @963   4 years Maciej Komosinski Initial random rotation and location
(edit) @962   4 years Maciej Komosinski Added an optional parameter: unique process ID. Only relevant when you …
(edit) @961   4 years Maciej Komosinski Cosmetic
(edit) @960   4 years Maciej Komosinski Simplified code and fixed a bug where all existing non-default …
(edit) @959   4 years Maciej Komosinski Added a high-level neuron mutation function
(edit) @958   4 years Maciej Komosinski Added the fS genetic encoding (for solids)
(edit) @957   4 years Maciej Komosinski Replace magic "100" with GenoOperators::NEUROCLASS_PROP_OFFSET
(edit) @956   4 years Maciej Komosinski Allowed multiple instances of FramsticksCLI class to safely use a …
(edit) @955   4 years Maciej Komosinski Genetic format ID becomes a string (no longer limited to a single …
(edit) @954   4 years Maciej Komosinski Fixed genotype returned on conversion error
(edit) @953   4 years Maciej Komosinski Keep executable name and each argument separate in the Popen() call
(edit) @952   4 years Maciej Komosinski Added new receptors (Gp:"gyroscope" on a Part, Tp:Touch-proximity and …
(edit) @951   4 years Maciej Komosinski Fixed a bug in 3D orientation rotation (only concerns scripts)
(edit) @950   4 years Maciej Komosinski Improved error messages (display longer names of the relevant object …
(edit) @949   4 years Maciej Komosinski Fixed the choice of single/multiple-criteria selection method
(edit) @948   4 years Maciej Komosinski Integrated FramsticksCLI.py with deap (Distributed Evolutionary …
(edit) @947   4 years Maciej Komosinski Added DETERMINISTIC boolean choice
(edit) @946   4 years Maciej Komosinski More specific name of the "M" muscle
(edit) @945   4 years Maciej Komosinski Updated recommended ranges for Part volume so that they are based on …
Note: See TracRevisionLog for help on using the revision log.