added test files
This commit is contained in:
parent
d317cc2ea7
commit
930c21f465
4 changed files with 17 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public:
|
|||
eoEvalFunc<EOT>& fullEval,
|
||||
|
||||
/* The following should be read:
|
||||
moEval<Neighbor> >& eval = _default_eval
|
||||
moEval<Neighbor>& eval = _default_eval
|
||||
* (which is not possible to achieve as is in C++) */
|
||||
const eoOptional< moEval<Neighbor> >& eval = eoOptional< moEval<Neighbor> >::null,
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,11 @@ set (TEST_LIST
|
|||
t-moStatistics
|
||||
t-moIndexedVectorTabuList
|
||||
# t-moRndIndexedVectorTabuList
|
||||
t-moStdFitnessNeighborStat
|
||||
t-moStdDevEstimator.cpp
|
||||
t-moDynSpanCoolingSchedule
|
||||
t-moTriki.cpp
|
||||
t-moTrikiReal.cpp
|
||||
)
|
||||
|
||||
######################################################################################
|
||||
|
|
|
|||
0
mo/test/t-moStdDevEstimator.cpp
Normal file
0
mo/test/t-moStdDevEstimator.cpp
Normal file
12
mo/test/t-moStdFitnessNeighborStat.cpp
Normal file
12
mo/test/t-moStdFitnessNeighborStat.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// t-moFitnessNeighborStat.cpp
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include ".h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
int main(int ac, char** av)
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue