Merge branch 'master' of ssh://eodev/gitroot/eodev/eodev

This commit is contained in:
Johann Dreo 2011-01-04 10:42:20 +01:00
commit df57a10d5f
2 changed files with 6 additions and 6 deletions

View file

@ -67,7 +67,7 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "${PROJECT_NAME} ${PROJECT_VERSION_MAJOR}.${
### 4) Set up debian packaging information ### 4) Set up debian packaging information
###################################################################################### ######################################################################################
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libstdc++6, libgcc1, libc6, libxml2, libmpich2-1.2") SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libstdc++6, libgcc1, libc6, g++")
SET(CPACK_DEBIAN_PACKAGE_SECTION "devel") SET(CPACK_DEBIAN_PACKAGE_SECTION "devel")
SET(CPACK_DEBIAN_PACKAGE_PRIORITY "optional") SET(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")

View file

@ -51,9 +51,9 @@ with a member like: operator()(eoPop<EOT>). Once called on a given population, i
search for the optimum of a given problem. search for the optimum of a given problem.
Generally, operators are instanciated once and then binded in an algorithm by reference. Generally, operators are instanciated once and then binded in an algorithm by reference.
Thus, you can easily build you own algorithm by trying several combination of operators. Thus, you can easily build your own algorithm by trying several combination of operators.
For an more detailled introduction to the design of %EO you can look at the For a more detailled introduction to the design of %EO you can look at the
slides from a talk at EA 2001 or at the corresponding slides from a talk at EA 2001 or at the corresponding
article in Lecture Notes In Computer Science, 2310, Selected Papers from the 5th European Conference on Artificial Evolution: article in Lecture Notes In Computer Science, 2310, Selected Papers from the 5th European Conference on Artificial Evolution:
- http://portal.acm.org/citation.cfm?id=727742 - http://portal.acm.org/citation.cfm?id=727742