Ajout du fitness cloud sampling

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1791 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-06 16:09:11 +00:00
commit 0684081624
6 changed files with 335 additions and 5 deletions

View file

@ -46,9 +46,10 @@
#include <sampling/moSampling.h>
/**
* To compute the density of states:
* Sample the fitness of random solution in the search space
* The fitness values of solutions are collected during the random search
* To compute the neutral degree:
* Sample the fitness of random solution in the search space (1er information)
* and sample the neutral degree (2nd information), i.e. the number of neighbor solutions with the same fitness value
* The values are collected during the random search
*
*/
template <class Neighbor>