* index.h: Add old ToDos

This commit is contained in:
kuepper 2006-12-18 12:18:32 +00:00
commit 30de251d7f
3 changed files with 22 additions and 17 deletions

19
eo/ToDo
View file

@ -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.

View file

@ -1,5 +1,7 @@
2006-12-18 Jochen Küpper <jochen@fhi-berlin.mpg.de>
* index.h: Add old ToDos
* eo.cfg (PROJECT_NUMBER): Bump version to 1.0
2006-12-03 Jochen Küpper <jochen@fhi-berlin.mpg.de>

View file

@ -59,9 +59,27 @@ environments by <a href="http://www.lifl.fr/~cahon">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: