source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98   11 years psniegowski HIGHLIGHTS: * use custom TreeModel? * TreeNodes? are now very thin …
(edit) @97   11 years psniegowski HIGHLIGHTS: * add proper exception passing between communication …
(edit) @96   11 years psniegowski HIGHLIGHTS: * cleanup Instance management * extract Instance …
(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) @90   11 years psniegowski HIGHLIGHTS: * add ObjectInstance? for holding local object trees * fix …
(edit) @89   11 years sz all test applications are compilable again
(edit) @88   11 years psniegowski HIGHLIGHTS: * loading f0 schema with XmlLoader? * use XmlLoader? to load …
(edit) @87   11 years psniegowski HIGHLIGHTS: * FramsClass? and contained Param are now immutable classes …
(edit) @86   11 years psniegowski HIGHLIGHTS: * use java annotations to mark classes and fields to be …
(edit) @85   11 years psniegowski HIGHLIGHTS: * upgrade to Java 7 * use try-multi-catch clauses * use …
(edit) @84   11 years psniegowski HIGHLIGHTS: * simplification of entities management model * cleanup …
(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) @79   11 years psniegowski Simplify f0 class organization.
(edit) @78   11 years psniegowski Add f0 parsing and f0->Model transformation.
(edit) @77   11 years psniegowski Add new java codebase.
(edit) @76   11 years psniegowski Rename directory for the codebase.
(edit) @75   11 years psniegowski Test commit, add directory for rewritten java source.
(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) @67   13 years Maciej Komosinski deleted deprecated sources of shaders
(edit) @66   13 years Maciej Komosinski set 'eol-style' to 'native'
(edit) @65   13 years Maciej Komosinski added sources of the 3D client for the Framsticks server
(edit) @64   13 years Maciej Komosinski a lot of minor fixes
(edit) @63   13 years sz updates and corrections from the most recent framsticks version. new: …
(edit) @62   14 years mszubert Checking OS before executing frams command.
(edit) @61   14 years mszubert Parsing 2-genotype-evaluation results. Parameters file updated.
(edit) @60   14 years mszubert Bug in Learner-Teacher scheme fixed.
(edit) @59   14 years mszubert Towards real coevolutionary evaluation.
(edit) @58   14 years Maciej Komosinski minor changes in sample parameters
(edit) @57   14 years mszubert Population initialization parametrized - getSimplest macro is called …
(edit) @56   14 years tmaciejewski Framclipse updates: * added information where parsing errors occured …
(edit) @55   14 years Maciej Komosinski renamed parameter files
(edit) @54   14 years mszubert Parameter files extended.
(edit) @53   14 years mszubert FramsticksCoevolutionaryProblem? made symmetric.
(edit) @52   14 years sz
(edit) @51   14 years mszubert Using mut macro instead of mutate.
(edit) @50   14 years mszubert Newline character removed from framstick genotypes. Reading from input …
(edit) @49   14 years mszubert Debug stream changed.
(edit) @48   14 years mszubert Debug parameter added.
(edit) @47   14 years mszubert Framstick coevolution parameters file
(edit) @46   14 years Maciej Komosinski added instructions on how to use framsticks with ecj
(edit) @45   14 years mwajcht Added ignoring of \r while parsing input. Grammar change: at least one …
(edit) @44   14 years mszubert cecj, framsticks and games packages imported
(edit) @43   14 years mszubert ecj packages temporarily deleted
(edit) @42   14 years mszubert refactored cecj; framsticks package added
(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) @37   14 years Maciej Komosinski added scripts that help handle relative neural connections in f1 …
(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) @29   15 years sz
(edit) @28   15 years mszubert cecj - coEvolutionary Computation in Java with additional games package
(edit) @27   15 years sz the most recent framscript XML
(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) @21   15 years jbochenski
(edit) @20   15 years jbochenski
(edit) @19   15 years jbochenski
(edit) @18   15 years jbochenski
(edit) @17   15 years jbochenski
(edit) @16   15 years jbochenski
(edit) @15   15 years jbochenski
(edit) @14   15 years jbochenski
(edit) @13   15 years jbochenski
(edit) @12   15 years jbochenski
(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.