source: cpp/frams/_demos

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @927   4 years Maciej Komosinski Cosmetic changes in docs
(edit) @896   4 years Maciej Komosinski Replaced #defined macros for popular random-related operations with …
(edit) @895   5 years oriona Unnecessary spaces removed.
(edit) @893   5 years oriona Similarity modified and expanded to include both old (greedy) and new …
(edit) @855   5 years Maciej Komosinski Removed unused field
(edit) @795   6 years Maciej Komosinski Released allocated memory
(edit) @779   6 years Maciej Komosinski Unified file names of all files involved in genetic conversions and …
(edit) @755   6 years Maciej Komosinski Renamed ParamTree::Node -> ParamTree::ParamTreeNode? to avoid name …
(edit) @745   6 years Maciej Komosinski Renamed ParamInterface::save() -> saveMultiLine()
(edit) @744   6 years Maciej Komosinski ParamTree? constructor changed (to make it easier for javascript) to …
(edit) @742   6 years Maciej Komosinski Code formatting
(edit) @739   6 years Maciej Komosinski Unlimited number of model Parts/Joints/Neurons? when displaying the …
(edit) @737   6 years Maciej Komosinski Made destructors virtual to avoid compiler warnings
(edit) @732   6 years Maciej Komosinski Added support for "checkpoints" (intermediate phases of development of …
(edit) @730   6 years Maciej Komosinski Added/updated comments
(edit) @729   6 years Maciej Komosinski mutableparam_test added: demonstrates usage of ParamTransaction? and …
(edit) @727   6 years Maciej Komosinski The sample 'y' format converter returns f0 genotype now instead of …
(edit) @725   6 years Maciej Komosinski Fix crash when no data provided
(edit) @724   6 years Maciej Komosinski Two sample programs demonstrating usage of param tree
(edit) @723   6 years Maciej Komosinski Building parameter tree based on names of parameter groups defined in …
(edit) @720   6 years Maciej Komosinski Param::save2() renamed to saveSingleLine(); unified Param::load() so …
(edit) @662   7 years Maciej Komosinski - Ensure solid shapes (SolidsShapeTypeModel?) are used in geometry …
(edit) @658   7 years Maciej Komosinski - One function name made shorter - Fixed some typos - Predictable …
(edit) @639   7 years Maciej Komosinski Introduced separate functions for formatting time.
(edit) @635   7 years Maciej Komosinski Introduced specialized info_* fields in (Mini)Genotype that match FEC …
(edit) @612   8 years Maciej Komosinski Updated after field rename
(edit) @606   8 years Maciej Komosinski Code formatting
(edit) @605   8 years Maciej Komosinski - Added 'fixedZaxis' option to paramtab (so that it is accessible from …
(edit) @601   8 years oriona Possibility of fixing z axis during the alignment added.
(edit) @550   8 years Maciej Komosinski LoggerToStdout? used in geometry tests. PreconfiguredGenetics? moved to …
(edit) @549   8 years Maciej Komosinski More correct use of PreconfiguredGenetics?: avoid static objects, …
(edit) @547   8 years oriona PreconfiguredGenetics? added in geometrytestutils
(edit) @546   8 years Maciej Komosinski Renamed: Model::buildUsingNewShapes -> …
(edit) @544   8 years Maciej Komosinski Renamed: Model::getShape() ==> Model::getShapeType() Model::SHAPE_OLD …
(edit) @534   8 years Maciej Komosinski Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
(edit) @532   8 years Maciej Komosinski A new set of getStyle/getFullStyle functions in GenMan? and cosmetic …
(edit) @527   8 years Maciej Komosinski Print mappings of models
(edit) @526   8 years Maciej Komosinski Geno::toString() renamed to Geno::getGeneAndFormat()
(edit) @520   8 years Maciej Komosinski Code formatting
(edit) @517   8 years Maciej Komosinski Added an example of saving MiniGenotype? objects to a file
(edit) @515   8 years Maciej Komosinski Renamed, better name
(edit) @473   8 years sz - MiniGenotype? extended to handle all Genotype fields contained in …
(edit) @459   8 years sz fixed memory leak in simil_test (when loading invalid genotypes)
(edit) @457   8 years oriona Vectors declaration shortened.
(edit) @455   8 years oriona Malloc/free replaced by new/delete, pointers-to-vectors changed into …
(edit) @451   8 years oriona Unused INit commented out. Command line information updated.
(edit) @408   9 years Maciej Komosinski Typos
(edit) @391   9 years sz Moved frams/loggers to common/loggers
(edit) @382   9 years sz Moving frams/virtfile to common/virtfile: - file references updated …
(edit) @375   9 years Maciej Komosinski Renamed logging functions to more intuitive and simple names
(edit) @372   9 years sz Renamed some classes and functions to make their purpose more obvious: …
(edit) @365   9 years Maciej Komosinski Link geno_test with StdoutErrorHandler?'s cpp; do not include cpp as a …
(edit) @361   9 years Maciej Komosinski Signed/unsigned int issues (r352) resolved differently - in most cases …
(edit) @360   9 years Maciej Komosinski Source formatting
(edit) @359   9 years Maciej Komosinski Display error/warning messages by default
(edit) @352   9 years oriona comparison between signed and unsigned integer expressions fixed
(edit) @351   9 years Maciej Komosinski Renamed simil_match_test.cpp -> simil_unittests.cpp
(edit) @349   9 years oriona implementation of the similarity measure
(edit) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @338   9 years Maciej Komosinski One more invalid (de)serialization example
(edit) @334   9 years Maciej Komosinski More specific error messages on failed deserialization (and the …
(edit) @330   9 years Maciej Komosinski Improved comments
(edit) @329   9 years Maciej Komosinski More examples of Param loader
(edit) @323   9 years Maciej Komosinski Example of skipping an unknown object
(edit) @319   9 years Maciej Komosinski Fixed compilation warnings
(edit) @318   9 years Maciej Komosinski Compiles under cygwin; enabled warnings
(edit) @317   9 years Maciej Komosinski SDK compiles under Mac OS
(edit) @316   9 years Maciej Komosinski Improved documentation (for Param flags in particular)
(edit) @311   9 years Maciej Komosinski More fields and test cases
(edit) @308   9 years Maciej Komosinski After loading, objects are printed ("saved") to standard output. …
(edit) @307   9 years Maciej Komosinski Tester/demo for Param loader
(edit) @299   9 years Maciej Komosinski Instead of linking with stdiofile-autoinit.cpp, create an object …
(edit) @291   9 years Maciej Komosinski - Global errorhandlers are harmful (race condition) - …
(edit) @289   9 years Maciej Komosinski Removed usage of NeuroItem?; item details -> details
(edit) @288   9 years Maciej Komosinski GDK->SDK, gdk_test.cpp -> genomanipulation.cpp
(edit) @287   9 years Maciej Komosinski GDK->SDK
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @283   9 years Maciej Komosinski Clarified "normal f0" comment and removed another misleading comment
(edit) @271   9 years Maciej Komosinski Refreshed header comments
(edit) @269   9 years Maciej Komosinski - Model validation checks part/joint shapes for consistency (old/new) …
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(edit) @194   10 years Maciej Komosinski Updated sources of the fT (ATGC sequences) genetic operators - useful …
(edit) @193   10 years Maciej Komosinski Set svn:eol-style native for all textual files
(edit) @192   10 years Maciej Komosinski Removed unnecessary svn:executable property
(edit) @191   10 years rgolebiewski Added geometry module: calculates model surface area, volume and sizes.
(edit) @171   10 years sz getObjectTarget is now the recommended way to retrieve object from …
(edit) @152   10 years sz starting with 4.0rc7, the "part_shapes" visual style (theater and GUI) …
(edit) @145   10 years sz Genetics reorganization (affects ALL applications!): - …
(edit) @141   10 years sz Improved genotype validation in geno_test and genooper_test (using …
(edit) @139   10 years sz class renaming + minor corrections
(edit) @138   10 years sz genetic operator example - frams/_demos/genooper_test.cpp
(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) @129   10 years sz conv_test now uses the DefaultGenoConvManager? which automatically …
(edit) @126   10 years sz minor corrections
(edit) @124   10 years sz Param::save altname argument is now more convenient const char*
(edit) @121   10 years sz updated file headers and makefiles
(edit) @115   10 years sz loader_test can now extract raw genotype from a Framsticks file …
(add) @109   10 years sz source reorganization (see README) new feature added: part/joint …
Note: See TracRevisionLog for help on using the revision log.