corrected moeo imports + comment old tests
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@884 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
7f1b26f7dc
commit
d665afe0b1
3 changed files with 8 additions and 2 deletions
|
|
@ -52,6 +52,7 @@ double f (const Indi & _indi)
|
|||
|
||||
double peoPSOSeq ()
|
||||
{
|
||||
/*
|
||||
clock_t beginSeq,endSeq;
|
||||
double timeSeq;
|
||||
const unsigned int VEC_SIZE = 2;
|
||||
|
|
@ -98,6 +99,7 @@ double peoPSOSeq ()
|
|||
endSeq=clock();
|
||||
timeSeq = endSeq-beginSeq;
|
||||
return timeSeq;
|
||||
*/
|
||||
}
|
||||
|
||||
void peoPSOPara(long int arg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue