Add quartiles statistics of the moNeighborhoodStat. Add metho longName in moVectorMonitor.

This commit is contained in:
verel 2014-10-23 14:00:17 +02:00
commit 25850272c3
22 changed files with 533 additions and 28 deletions

View file

@ -57,7 +57,7 @@ int main() {
std::vector<double> res;
std::vector<bitVector> res2;
res = test.getValues(1);
res = test.getValues(2);
res2= test.getSolutions(0);
for (unsigned int i=0; i<res2.size(); i++)