Compiled new stuff on VC++, changes to breeder

This commit is contained in:
jmerelo 1999-02-15 16:01:35 +00:00
commit e3bff7d45f
8 changed files with 83 additions and 68 deletions

View file

@ -33,7 +33,7 @@ template <class F> class eoBin: public eoVector<bool, F>
* Constructor.
* @param size Size of the binary string.
*/
eoBin(const unsigned& size, const eoRnd<Type>& rnd): eoVector<bool,F>(size)
eoBin(const unsigned& size, const eoRnd<bool>& rnd): eoVector<bool,F>(size)
{
generate(begin(), end(), rnd);
}