source: cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @171   10 years sz getObjectTarget is now the recommended way to retrieve object from …
(edit) @170   10 years sz removed the confusing SList operator!()
(edit) @168   10 years sz reformatting
(edit) @167   10 years sz win32: add more randomness from uuid
(edit) @166   10 years sz Iterating a copy of callback list allows to modify the original while …
(edit) @165   10 years sz Model object does not enforce p.m when new style shape is used
(edit) @164   10 years sz null value handling in Dictionary serialization/toString
(edit) @163   10 years sz Framscript grammar files
(edit) @162   10 years sz NeuroSymbol?.size explained [closes #36]
(edit) @158   10 years sz genetics: warn if properties cannot be mixed because of incompatible types
(edit) @157   10 years sz f9 and Ff converters can now detect an invalid input genotype and …
(edit) @156   10 years sz type description corrected (only relevant for scripting/reflection)
(edit) @155   10 years sz Pt3D: allCoordsLowerThan()/HigherThan?() functions instead of the …
(edit) @154   10 years sz reformatting, english translation
(edit) @153   10 years sz SList container iteration: FOREACH() macro now creates local variable …
(edit) @152   10 years sz starting with 4.0rc7, the "part_shapes" visual style (theater and GUI) …
(edit) @151   10 years sz (c) header added
(edit) @150   10 years sz Warn against missing converter, convert() caller can differentiate …
(edit) @148   10 years Maciej Komosinski Updated descriptions of directory contents
(edit) @147   10 years sz This sample code may be useful for people reimplementing the standard …
(edit) @146   10 years sz oops, forgot to include oper_fx.cpp in the previous Genetics update
(edit) @145   10 years sz Genetics reorganization (affects ALL applications!): - …
(edit) @144   10 years sz Param and ExtValue? improvements (better control on conversions, "load" …
(edit) @141   10 years sz Improved genotype validation in geno_test and genooper_test (using …
(edit) @140   10 years sz introducing the Foraminifera encoding (format 'F')
(edit) @139   10 years sz class renaming + minor corrections
(edit) @138   10 years sz genetic operator example - frams/_demos/genooper_test.cpp
(edit) @137   10 years sz added (c) headers
(edit) @136   10 years Maciej Komosinski renamed conv_test => genoconv_test
(edit) @135   10 years sz neuron layout algorithm (for schematic drawing), usage example in …
(edit) @131   10 years Maciej Komosinski a better way to save/restore a preprocessor macro, unfortunately not a …
(edit) @130   10 years Maciej Komosinski added a comment about supported platforms
(edit) @129   10 years sz conv_test now uses the DefaultGenoConvManager? which automatically …
(edit) @128   10 years sz warning: deprecated conversion from string constant to char*
(edit) @127   10 years sz bug fixed: all param items having GETONLY accessor must also have …
(edit) @126   10 years sz minor corrections
(edit) @125   10 years sz f9: APPLY_DETERMINISTIC_BODY_NOISE enabled by default
(edit) @124   10 years sz Param::save altname argument is now more convenient const char*
(edit) @123   10 years sz Cygwin compatibility
(edit) @122   10 years sz (c)opyright information added
(edit) @121   10 years sz updated file headers and makefiles
(edit) @120   10 years Maciej Komosinski added sources of the f9->f0 genetic converter
(edit) @119   10 years Maciej Komosinski reorganization of genetic sources (makefiles not updated yet)
(edit) @115   10 years sz loader_test can now extract raw genotype from a Framsticks file …
(edit) @114   10 years sz improved/bug fixed: delta joint mode (in f0 genotypes) is now …
(edit) @113   10 years sz some compilers don't like functions called 'include()'
(edit) @112   10 years sz removed weird };
(edit) @111   10 years sz missing directories (affects make clean)
(edit) @110   10 years Maciej Komosinski reorganization of sources
(edit) @109   10 years sz source reorganization (see README) new feature added: part/joint …
(edit) @104   11 years sz introducing object de/serialization - see serialtest.cpp the core GDK …
(edit) @95   11 years sz muscles encoded in a "new" way in f1 genotypes now behave as in "old" …
(edit) @94   11 years sz fixed model.def double Model appearance
(edit) @93   11 years Maciej Komosinski every param.set(value) produces a helpful warning when the "value" …
(edit) @92   11 years Maciej Komosinski SString::valueOf(value) can handle more argument types
(edit) @91   11 years Maciej Komosinski better and simpler memory management (allocation/deallocation); …
(edit) @89   11 years sz all test applications are compilable again
(edit) @83   11 years Maciej Komosinski f0 genotype to test f0 parsers, and a useful fullprops.cpp program …
(edit) @82   11 years Maciej Komosinski compiles under more platforms and OSes
(edit) @81   11 years Maciej Komosinski improved parsing of properties (e.g. in f0 genotypes)
(edit) @80   11 years Maciej Komosinski - new properties in Parts and Joints: visual red, green, blue, …
(edit) @74   12 years Maciej Komosinski improved documentation, compilation, and precision of numbers parsed
(edit) @73   12 years Maciej Komosinski a genotype can be passed as a parameter
(edit) @72   12 years Maciej Komosinski neural noise parameter in neurons
(edit) @71   13 years sz optional external validators for Geno
(edit) @70   13 years Maciej Komosinski compiles under vs2008
(edit) @69   13 years sz removed unnecessary files. all GDK samples can be built again …
(edit) @68   13 years Maciej Komosinski added missing sources; updated sources for compatibility with vs2008 …
(edit) @66   13 years Maciej Komosinski set 'eol-style' to 'native'
(edit) @64   13 years Maciej Komosinski a lot of minor fixes
(edit) @45   14 years mwajcht Added ignoring of \r while parsing input. Grammar change: at least one …
(edit) @41   14 years Maciej Komosinski updated name of the converter
(edit) @40   14 years Maciej Komosinski fixed memory leak and commented out an extra condition
(edit) @39   14 years Maciej Komosinski updated the set of simple commands
(edit) @38   14 years mwajcht Added lexer and scanner sources as well Makefile which builds them
(edit) @36   14 years Maciej Komosinski adding the only f8 converter parameter to the list of simulator parameters
(edit) @35   14 years Maciej Komosinski simple productions are now more complete, and stored once, in a …
(edit) @34   14 years Maciej Komosinski very simple syntax coloring
(edit) @33   14 years Maciej Komosinski maximal f1 genotype length published as the f8->f1 converter parameter
(edit) @32   14 years Maciej Komosinski safer parsing and freeing memory
(edit) @31   14 years Maciej Komosinski mutated connection weights are unlimited (previously the range was …
(edit) @30   15 years mwajcht Added mutation which deletes a production.
(edit) @26   15 years mwajcht Added some comments to converter classes
(edit) @25   15 years mwajcht Added parameter which indicated the maximum length of F1 genotype …
(edit) @24   15 years mwajcht Once again changed 'for' loops inside which vector's element is …
(edit) @23   15 years mwajcht Bug-fix in erasing elements from vectors in 'for' loops - use integer …
(edit) @22   15 years mwajcht Fixed bug which caused segfaults in crossOver() method.
(edit) @11   15 years mwajcht Added some checking against NULLs
(edit) @10   15 years mwajcht Fixed some bugs
(edit) @9   15 years mwajcht Fixed one bug in converter. Fixed checking if mutation was unsuccessful.
(edit) @8   15 years mwajcht Returning GENOPER_OPFAIL in case mutation fails.
(edit) @7   15 years mwajcht 1. Fixed bug in converter. 2. Genotypes with resulting F1 genotype …
(edit) @6   15 years mwajcht added some static structures; CHANGE_CONDITION_SIGN mutation now …
(edit) @5   15 years sz added the GDK (Genotype Development Kit)
(edit) @4   15 years Maciej Komosinski added f4, a genetic representation that describes development of an …
(edit) @3   15 years Maciej Komosinski added geno_fx, a base class for genetic operations on genotypes
(edit) @2   15 years Maciej Komosinski added f0-fuzzy (the Fuzzy neuron and its f0-based mutation and crossover)
(add) @1   15 years Maciej Komosinski added f8 (L-systems) representation and converter f8->f1
Note: See TracRevisionLog for help on using the revision log.