Update type of elements in QAP eval and QAP incrEval
This commit is contained in:
parent
dbb8fbe9a7
commit
c9475c4ed0
6 changed files with 79 additions and 32 deletions
|
|
@ -53,6 +53,7 @@ public:
|
|||
using nkLandscapesEval<EOT>::loadTables;
|
||||
using nkLandscapesEval<EOT>::consecutiveTables;
|
||||
using nkLandscapesEval<EOT>::randomTables;
|
||||
using nkLandscapesEval<EOT>::generateTables;
|
||||
|
||||
// parameter p : probability to have the contribution to zero, otherwise random number from [0,1)
|
||||
double p;
|
||||
|
|
@ -79,6 +80,8 @@ public:
|
|||
consecutiveTables();
|
||||
else
|
||||
randomTables();
|
||||
|
||||
generateTables();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue