stddev test
This commit is contained in:
parent
930c21f465
commit
aacba6f813
4 changed files with 20 additions and 7 deletions
|
|
@ -42,7 +42,7 @@
|
|||
* From moNeighborhoodStat, to compute the average and the standard deviation of fitness in the neighborhood
|
||||
*/
|
||||
template< class Neighbor >
|
||||
class moStdFitnessNeighborStat : public moStat<typename Neighbor::EOT, double >
|
||||
class moStdFitnessNeighborStat : public moStat<typename Neighbor::EOT, double>
|
||||
{
|
||||
public :
|
||||
typedef typename Neighbor::EOT EOT ;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <mo>
|
||||
#include <eoFunctor.h> // FIXME: Why don't we use eoFunctorBase on the mother classes
|
||||
#include "moRealNeighbor.h"
|
||||
#include "neighbor/moRealNeighbor.h"
|
||||
|
||||
template<class Distrib, class Neighbor>
|
||||
class moRealNeighborhood : public moRndNeighborhood< Neighbor >, public eoFunctorBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue