diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,6 +31,8 @@ Added static nested classes for system-wide resources such as a random number ge and the parameter set. These can be accessed from anywhere within the program, but not modified by any class but CGP. +Utilities class has lots of handy methods for getting random elements with fair probability. + Modularized design: Modules for fitness function, mutation operator, evolutionary algorithm and population. @@ -43,6 +45,6 @@ so long as it extends Chromosome. In conjunction with modularized FF, EA and mut flexible and versatile system. The Population class itself is immutable, since the system relies heavily on it. Finally, it is Iterable to for access to the chromosomes within. - +Arity may vary across functions, but all nodes contain enough connections to cope with the largest arity.
\ No newline at end of file |