Removed a few dsp files and changed saving/loading eoPops a bit.
This commit is contained in:
parent
33803be4cd
commit
4f1bcfa292
33 changed files with 59 additions and 2767 deletions
|
|
@ -60,7 +60,7 @@ class eoFixedLength : public EO<FitT>, public std::vector<GeneType>
|
|||
|
||||
os << size() << ' ';
|
||||
|
||||
std::copy(begin(), end(), ostream_iterator<double>(os));
|
||||
std::copy(begin(), end(), ostream_iterator<double>(os, " "));
|
||||
}
|
||||
|
||||
/// reading...
|
||||
|
|
|
|||
Reference in a new issue