diff --git a/eo/src/gp/parse_tree.h b/eo/src/gp/parse_tree.h index e18d00c9..ba4a3861 100644 --- a/eo/src/gp/parse_tree.h +++ b/eo/src/gp/parse_tree.h @@ -819,7 +819,7 @@ private : { public: - using base_iterator::node; + using base_const_iterator::node; typedef std::forward_iterator_tag iterator_category; typedef const subtree value_type; diff --git a/website/index.html b/website/index.html index d7aadb98..97010172 100644 --- a/website/index.html +++ b/website/index.html @@ -34,13 +34,40 @@
Jump to section:
-With the help of EO, you can easily design evolutionary algorithms that will find solutions to virtually all kind of hard optimization problems, from continuous to combinatorial ones.
- - + +If you want to help us to improve EO, the easiest way is to click on the following button: + +
Designing an algorithm with EO consists in choosing what components you want to use for your specific needs, just as building a structure with Lego blocks.
If you have a classical problem for which available code exists (for example if you have a black-box problem with real-valued variables), you will just choose components to form an algorithm and connect it to your fitness function (which computes the quality of a given solution).
@@ -131,7 +180,7 @@
EO should work on Windows and any Un*x-like operating system with a standard-conforming C++ development system.
@@ -240,7 +289,7 @@ with gcc-2.9x and several systems (IRIX, Solaris) with egcs. -A functional and "philosophical" overview of EO was presented at EA'01 conference. @@ -304,7 +353,7 @@
The current stable release is EO 1.0. @@ -321,7 +370,7 @@ href="http://sourceforge.net/project/showfiles.php?group_id=9775">download area.
-Those statistics are automatically generated by ohloh.net, directly from the EO source code.
@@ -338,7 +387,7 @@ -EO is distributed under the
@@ -347,7 +396,7 @@
Note that this license places copyleft restrictions on a program created with EO, but does not apply these restrictions to other software that would links with the program. The tutorial demonstrates that writing an evolutionary algorithm
evolving your own structures is now easy, using ready-to-use
@@ -380,7 +429,7 @@
EO is an open development effort; that is why we have
created mailing lists to discuss future developments, solve technical
@@ -389,7 +438,7 @@
href="http://sourceforge.net/mail/?group_id=9775">EO mailing listsDocumentation
+ Documentation
Development ⤒
- Mailing-lists
+ Mailing-lists
The following resources are available, thanks to sourceforge
ParadisEO provides EO extensions for @@ -423,7 +471,7 @@
- EO was started by the Geneura
Team at the University of Granada, headed by
- Links
+ Links