-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathToDo
More file actions
21 lines (16 loc) · 959 Bytes
/
ToDo
File metadata and controls
21 lines (16 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
************************************************************************
* gpc++ - The Genetic Programming Kernel *
* C++ Class Library *
************************************************************************
Some things are still to do
===========================
The assignment-operator for all kernel classes is not yet implemented.
When creating new trees in generate(), they are not checked whether
they are valid using function checkForValidCreation().
Documentation of the examples
The configuration module does not satisfy me. I would prefer a C++
module that can read ".ini" file in the Windows style (even though I
don't like windows). Furthermore, the kernel should be able to read
the parameter it needs from such a configuration object. This way it
is easier to extend the parameter class GPVariables without the need
for the user to change his/her code.