Addition of the function PSO : Parallel evaluation
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@650 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2cef623c31
commit
43fbde1096
9 changed files with 161 additions and 23 deletions
|
|
@ -54,9 +54,10 @@ template <class U, class V> void pack (const std :: pair <U, V> & __pair) {
|
|||
pack (__pair.second);
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
|
||||
/* Float */
|
||||
/* Char */
|
||||
extern void unpack (char & __c);
|
||||
|
||||
/* Float */
|
||||
|
|
@ -101,4 +102,5 @@ template <class U, class V> void unpack (std :: pair <U, V> & __pair) {
|
|||
unpack (__pair.second);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue