aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-01-30 16:03:33 +0000
committerEduardo Pedroni <ep625@york.ac.uk>2014-01-30 16:03:33 +0000
commit761021e0551beaaaac1120ef6da37a70281974b2 (patch)
treee5ec3899242ff1b0c87131340c2c3c617ebe841b /README
parent2fa054bf63006dedc98639ff08b3f2c637c5d74b (diff)
Started formally implementing the class structure but ran into some issues. I'll re-design the structure to account for function mutations, function variety, generic data types and modularized behaviour.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 18 insertions, 2 deletions
diff --git a/README b/README
index 2150cb9..f869f69 100644
--- a/README
+++ b/README
@@ -1,3 +1,19 @@
-- Development Master Branch -
+- Development Branch -
-This is a clean commit with the basic project, more commits will follow when the project reaches critical points. \ No newline at end of file
+29/1
+
+Started formal development based on data_struct spike.
+
+The first goal is to produce the data structure that represents a chromosome. This structure will rely on a range
+of other classes, which will be developed and tested as well.
+
+Chromosome tests:
+ - a data structure called Chromosome exists
+ - the chromosome instance can return the right outputs based on given inputs
+
+ChromosomeElement tests:
+ - Node is capable of processing its connections using its function and returning the result
+ - Input returns the value it is set to
+ - Outputs returns a single value from its source Node
+
+ \ No newline at end of file