* index.h: Add old ToDos
This commit is contained in:
parent
4ef6a360e5
commit
30de251d7f
3 changed files with 22 additions and 17 deletions
19
eo/ToDo
19
eo/ToDo
|
|
@ -1,17 +1,2 @@
|
||||||
An old TODO list for EO (from 1998):
|
See the code-documentation for details.
|
||||||
|
General ToDos should be documented at the end of doc/index.h.
|
||||||
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.
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
2006-12-18 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
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
|
* eo.cfg (PROJECT_NUMBER): Bump version to 1.0
|
||||||
|
|
||||||
2006-12-03 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
2006-12-03 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
|
||||||
|
|
@ -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:
|
// Local Variables:
|
||||||
// coding: iso-8859-1
|
// coding: iso-8859-1
|
||||||
// mode: C++
|
// mode: C++
|
||||||
|
// c-file-offsets: ((c . 0))
|
||||||
// c-file-style: "Stroustrup"
|
// c-file-style: "Stroustrup"
|
||||||
// fill-column: 80
|
// fill-column: 80
|
||||||
// End:
|
// End:
|
||||||
|
|
|
||||||
Reference in a new issue