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

This commit is contained in:
Caner Candan 2011-05-10 16:33:55 +02:00
commit 67c476c68f

15
eo/NEWS
View file

@ -1,11 +1,14 @@
* release 1.3 (10. May. 2011)
- fixed the incremental allocation issue troubling the variation operators which take a long time execution for the big population sizes.
- new class eoParallel enabling parallelization in EO using OpenMP. At this time, it only concerns the evaluation functions, for advanced details go to the file test/t-eoParallel.cpp. The default parallelization mode is off, to switch on, see the parameters prefixed by --parallelize-*.
* release 1.2 (10. May. 2011)
- fixed the incremental allocation issue in the variation operator which were
taking too much time for big population sizes
- new class eoParallel enabling parallelization in EO using OpenMP. At this
time, it only concerns the evaluation operator, for advanced details go to
the file test/t-eoParallel.cpp. The default parallelization mode is off, to
switch it on, see the parameters prefixed by --parallelize-*
- pyeo compatible with the last version of Boost and Python libraries
- script installing EO manually in using symbolic links
* release 1.2 (16. Dec. 2010)
- evaluators that throw an exception if a maximum time has been reached (wallclock and CPU user time for POSIX systems), independently of the number of generations
- evaluators that throw an exception if a maximum time has been reached
(wallclock and CPU user time for POSIX systems), independently of the number of generations
* release 1.1 (8. Nov. 2010)
- provide cmake build system, remove the old autotools one