Commit graph

5,086 commits

Author SHA1 Message Date
Johann Dreo
2c2e9d0ca3 better variance computation, use Knuth online robust algorithm, add a test for variance computation 2012-09-18 16:56:38 +02:00
Caner Candan
08e17b3392 * FindEO.cmake: using conventional cmake function to handle package finding 2012-09-11 14:37:49 +02:00
Benjamin BOUVIER
16cbf69d5d MPI Distrib exp: replace next generated waiting time by 0 if it's negative 2012-09-07 11:43:43 -04:00
Benjamin BOUVIER
f8ca95b352 MPI Distrib exp: short relative path to t-mpi-common 2012-09-07 11:43:08 -04:00
Benjamin BOUVIER
211ac8141e MPI Distrib exp: added exponential distribution 2012-09-07 11:37:21 -04:00
Benjamin BOUVIER
b4650e040c MPI Distrib exp: use of eoRng instead of eoUniformGenerator 2012-09-07 11:04:12 -04:00
Johann Dreo
e10f823c94 add a way to inherit from an eoEvalKeepBest 2012-09-07 15:30:07 +02:00
Johann Dreo
8117f93877 Merge branch 'master' of ssh://trtpa101/home/nojhan/code/eodev 2012-09-07 10:35:56 +02:00
Johann Dreo
de201e1007 add an evaluator wrapper that keep the best individual found so far 2012-09-06 20:52:15 +02:00
Johann Dreo
6b95172600 CMA-ES is non-monotonic, thus keep the best individual found so far with a stat; clean the code 2012-09-06 16:06:16 +02:00
Johann Dreo
b83372b57b Add a stat to keep the best individual found so far, even for non-monotonic algorithms 2012-09-06 16:05:00 +02:00
Johann Dreo
6a4dfae7ee Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev 2012-09-06 12:15:36 +02:00
Johann Dreo
e331e74e46 Set the mean of adaptive normal distrib with an EOT
edoNormalAdaptive is using Eigen3 vectors internally, but the user is most
probably using his own EO type. This patch adds a way to change the mean with
an EOT instead of an Eigen3 vector.
2012-09-06 12:09:12 +02:00
Benjamin BOUVIER
c4af81caeb MPI distrib exp: added managment of multiples distributions. 2012-08-31 22:45:43 -04:00
Benjamin BOUVIER
7c3eee4ddd MPI distrib exp: added the normal Gaussian distribution 2012-08-31 22:45:03 -04:00
Benjamin BOUVIER
a3a04e0112 Fixed comments. Now inputs in parser should be in milliseconds, second isn't a precise enough unit. 2012-08-31 22:37:47 -04:00
quemy
948da627ea Remove PEO from master 2012-08-30 11:57:43 +02:00
quemy
8cd56f37db Migration from SVN 2012-08-30 11:30:11 +02:00
quemy
d7d6c3a217 Clean directories
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2729 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-27 15:54:24 +00:00
quemy
caed07e1b8 Change path for Windows installer
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2728 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-27 15:45:27 +00:00
quemy
2ce45ec3cc Update INSTALL file for PEO
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2727 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-27 14:14:48 +00:00
quemy
009d0cda1f Add PEO for the tag, and update main CMakeLists and findParadisEO
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2726 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-27 13:59:23 +00:00
quemy
aca78b998a Fix a minor bug in cmake files
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2725 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-27 09:55:46 +00:00
quemy
b312749bab Install in /usr/local instead of /usr
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2724 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-27 09:22:45 +00:00
quemy
a7cc3dab81 Policies system using tag-dispatching method (again)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2723 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-24 16:55:23 +00:00
quemy
0bed8d3483 SMP in findParadisEO.cmake
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2722 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-23 10:57:19 +00:00
quemy
f90ff04e2c Complete the INSTALL file. Minimal install is the default behavior
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2721 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-22 09:43:34 +00:00
quemy
4121048cef Add SMP in package
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2720 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-21 08:15:53 +00:00
quemy
38082ee1d6 Remove this_thread::sleep_for not supported by Fedora atm
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2719 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-21 07:47:48 +00:00
quemy
354ac605bb Fix a bug in the number of workers
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2718 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-21 07:45:57 +00:00
quemy
265026c090 Fix a typo bug in cmake config file
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2717 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-20 16:07:36 +00:00
quemy
2b17cfb366 Use http protocol for CDash submissions instead of https
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2716 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-20 13:08:30 +00:00
quemy
d929341d04 Fix a bug in flags for SMP
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2715 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-20 12:05:04 +00:00
quemy
0890c67d31 Add the SMP module
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2714 331e1502-861f-0410-8da2-ba01fb791d7f
2012-08-17 11:52:14 +00:00
Johann Dreo
877604db37 Add a test for variable length init.
Demonstrate how to use eoInitVariableLength along with an adhoc atom type of
our own to create a random pop.
2012-08-10 22:28:54 +02:00
Johann Dreo
a308303d12 Merge /home/nojhan/mnt/alevol/eo 2012-08-10 11:32:16 +02:00
Benjamin Bouvier
9ea12568b2 MPI: first version of distribution of time sleep experiment. 2012-08-10 11:30:25 +02:00
Johann Dreo
8e56bed9a0 nested lists fix ; add Benjamin has an author 2012-08-07 16:20:13 +02:00
Johann Dreo
880b6e83b3 link to the eompi tutorial 2012-08-07 16:01:19 +02:00
Johann Dreo
b0546f1567 clean the indentation of the web page 2012-08-07 15:48:17 +02:00
Johann Dreo
73d077de5a deactivate the openhatch button 2012-08-07 15:40:13 +02:00
Johann Dreo
fc23c479af add eo::mpi in the feature list 2012-08-07 15:39:10 +02:00
Benjamin Bouvier
c50eadc891 MPI: added comments for use of eo::mpi::Channel::Messages. 2012-08-06 15:28:10 +02:00
Benjamin Bouvier
3e449c9df9 MPI: removed unused parameter seeds in MultiStart ctor. 2012-08-03 16:41:42 +02:00
Benjamin Bouvier
026764215f MPI: const correctness in Static Assignment constructor and reinit functions. 2012-08-03 16:41:23 +02:00
Benjamin Bouvier
d8edf16189 MPI: Show debug messages into log even in release mode. 2012-08-03 16:40:55 +02:00
Benjamin Bouvier
0dca473aac MPI Multistart: using pop_eval functions instead of eval functions for resetters. 2012-08-03 11:42:44 +02:00
Benjamin Bouvier
d48f045451 MPI: Commands channel is now used only for job level informations, messages channels for data used in a job. 2012-08-02 16:46:00 +02:00
Benjamin Bouvier
b31c520eba Removed all remaining warnings at compilation 2012-07-27 15:22:23 +02:00
Benjamin Bouvier
11f01d5a53 Merge branch 'master' of /tools/eo 2012-07-27 15:10:07 +02:00