From 30de251d7fbfd33759eeb4048bdb043401c0d075 Mon Sep 17 00:00:00 2001 From: kuepper Date: Mon, 18 Dec 2006 12:18:32 +0000 Subject: [PATCH] * index.h: Add old ToDos --- eo/ToDo | 19 ++----------------- eo/doc/ChangeLog | 2 ++ eo/doc/index.h | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/eo/ToDo b/eo/ToDo index a87733785..f3da04f50 100644 --- a/eo/ToDo +++ b/eo/ToDo @@ -1,17 +1,2 @@ -An old TODO list for EO (from 1998): - -Provide a way to easily manipulate the algorithm in runtime, be it -from grafically or text; expand command-line capabities? - -Provide a graphical interface for Windows, in VC++ or BBuilder. - -Creare more examples of the objects of which there is only one -instance: algorithms, evaluators. Try to adapt most well-know -algorithms to EO - -Integrate the gTK interface seamlessly in the library. - -Complete documentation. - -Try to implemente as algorithms the best known paradigms: Evolution -Strategies, Evolutionary programming. +See the code-documentation for details. +General ToDos should be documented at the end of doc/index.h. diff --git a/eo/doc/ChangeLog b/eo/doc/ChangeLog index 85398d6ab..ea149c180 100644 --- a/eo/doc/ChangeLog +++ b/eo/doc/ChangeLog @@ -1,5 +1,7 @@ 2006-12-18 Jochen Küpper + * index.h: Add old ToDos + * eo.cfg (PROJECT_NUMBER): Bump version to 1.0 2006-12-03 Jochen Küpper diff --git a/eo/doc/index.h b/eo/doc/index.h index 537c02716..a0da7146c 100644 --- a/eo/doc/index.h +++ b/eo/doc/index.h @@ -59,9 +59,27 @@ environments by S +/** An old TODO list for EO, this could be updated... + +@todo (old) Provide a way to easily manipulate the algorithm in runtime, be it from +grafically or text; expand command-line capabities? + +@todo (old) Provide a graphical interface for Windows, in VC++ or BBuilder. + +@todo (old) Create more examples of the objects of which there is only one instance: +algorithms, evaluators. Try to adapt most well-know algorithms to EO + +@todo (old) Integrate the gTK interface seamlessly in the library. + +@todo Complete documentation. +*/ + + + // Local Variables: // coding: iso-8859-1 // mode: C++ +// c-file-offsets: ((c . 0)) // c-file-style: "Stroustrup" // fill-column: 80 // End: