Added missing files, and LICENSE
This commit is contained in:
parent
70ddb00b4c
commit
cb952a2b7d
5 changed files with 507 additions and 1 deletions
28
eo/TODO.html
Normal file
28
eo/TODO.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>TODO list for EO</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>TODO list for EO</h1>
|
||||
<ul>
|
||||
<LI>Provide a way to easily manipulate the algorithm in runtime, be it
|
||||
from grafically or text; expand command-line capabities?
|
||||
<LI>Provide a graphical interface for Windows, in VC++ or BBuilder.
|
||||
<LI>Creare more examples of the objects of which there is only one instance:
|
||||
algorithms, evaluators. Try to adapt most well-know algorithms to EO
|
||||
<LI>Integrate the gTK interface seamlessly in the library.
|
||||
<LI>Complete documentation.
|
||||
<LI>Try to implemente as algorithms the best known paradigms: Evolution Strategies, Evolutionary programming.
|
||||
</ul>
|
||||
|
||||
|
||||
<hr>
|
||||
<address><a href="mailto:jmerelo@kal-el.ugr.es">Juan Julian Merelo Guervos</a></address>
|
||||
<!-- Created: Wed May 13 11:06:58 CEST 1998 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Wed May 13 11:12:34 CEST 1998
|
||||
<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in a new issue