Changed double linefeeds, will undo this if it doesn't work

This commit is contained in:
mac 2000-02-19 18:21:47 +00:00
commit 0d439f9f56
62 changed files with 7612 additions and 7555 deletions

View file

@ -106,3 +106,4 @@ class eoAged: public Object
};
#endif EOAGE_H

View file

@ -63,3 +63,4 @@ public:
#endif

View file

@ -93,3 +93,4 @@ private:
#endif

View file

@ -59,3 +59,4 @@ public:
#endif

View file

@ -322,3 +322,4 @@ template<class Chrom> class eoBinGxOver: public eoQuadraticOp<Chrom>
//-----------------------------------------------------------------------------
//@}
#endif eoBitOp_h

View file

@ -117,3 +117,4 @@ public:
#endif _EOBITOPFACTORY_H

View file

@ -111,3 +111,4 @@ template<class Chrom> class eoBreeder: public eoMonPopOp<Chrom>
//-----------------------------------------------------------------------------
#endif eoBreeder_h

View file

@ -4,9 +4,7 @@
eoData.h
Some numeric limits and types and things like that; with #ifdefs to keep
compatibility
(c) GeNeura Team & Maarten Keijzer, 1998, 1999, 2000
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
@ -63,3 +61,4 @@ using namespace std;
//-----------------------------------------------------------------------------
#endif EODATA_H

View file

@ -68,3 +68,4 @@ template <class EOT> class eoDetTournament: public eoSelectOne<EOT>
//-----------------------------------------------------------------------------
#endif eoDetTournament_h

View file

@ -61,3 +61,4 @@ public:
};
#endif

View file

@ -123,3 +123,4 @@ public:
//@}
#endif

View file

@ -268,3 +268,4 @@ private:
#endif

View file

@ -82,3 +82,4 @@ template<class Chrom> class eoEasyEA: public eoAlgo<Chrom>
//-----------------------------------------------------------------------------
#endif eoEasyEA_h

View file

@ -57,3 +57,4 @@ struct eoEvalFuncPtr: public eoEvalFunc<EOT> {
};
#endif

View file

@ -3,7 +3,7 @@
-----------------------------------------------------------------------------
eoException.h
Exceptions that are possibly thrown at initialization and such should be
defined here
defined here.
(c) GeNeura Team, 2000

View file

@ -62,3 +62,4 @@ private:
};
#endif

View file

@ -52,3 +52,4 @@ class eoFitness: public eoPersistent
//-----------------------------------------------------------------------------
#endif EOFITNESS_H

View file

@ -56,3 +56,4 @@ class eoGOpBreeder: public eoMonPopOp<EOT>
};
#endif eoBreeder_h

View file

@ -171,3 +171,4 @@ inline void eoGOpSelector<EOT>::deleteOp( ID _id )
}
#endif eoGOpSelector_h

View file

@ -80,3 +80,4 @@ private:
};
#endif

View file

@ -107,3 +107,4 @@ template< class Object>
unsigned long eoID< Object >::globalID = 0;
#endif EOID_H

View file

@ -90,3 +90,4 @@ class eoPopInserter : public eoInserter<EOT>
#endif

View file

@ -59,3 +59,4 @@ public:
};
#endif

View file

@ -95,3 +95,4 @@ template<class EOT> class eoLottery: public eoBinPopOp<EOT>
//-----------------------------------------------------------------------------
#endif eoLottery_h

View file

@ -97,3 +97,4 @@ private:
};
#endif

View file

@ -88,3 +88,4 @@ private:
#endif

View file

@ -64,3 +64,4 @@ class eoNegExp: public eoRnd<T>
//-----------------------------------------------------------------------------
#endif

View file

@ -84,3 +84,4 @@ class eoNegExp2
//-----------------------------------------------------------------------------
#endif NON_UNIFORM_HH

View file

@ -86,3 +86,4 @@ class eoNormal: public eoRnd<T>
//-----------------------------------------------------------------------------
#endif

View file

@ -66,3 +66,4 @@ class eoObject
};
#endif EOOBJECT_H

View file

@ -233,3 +233,4 @@ public:
#endif

View file

@ -12,3 +12,4 @@ istream & operator >> ( istream& _is, eoPersistent& _o ) {
#include "eoRNG.h"
eoRng rng;

View file

@ -1,6 +1,9 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
//-----------------------------------------------------------------------------
// eoPersistent.h
// (c) GeNeura Team, 1999
/*
@ -68,3 +71,4 @@ class eoPersistent: public eoPrintable
istream & operator >> ( istream& _is, eoPersistent& _o );
#endif EOOBJECT_H

View file

@ -158,3 +158,4 @@ class eoPop: public vector<EOT>, public eoObject, public eoPersistent {
};
#endif

View file

@ -60,3 +60,4 @@ class eoPrintable
ostream & operator << ( ostream& _os, const eoPrintable& _o );
#endif EOPRINTABLE_H

View file

@ -1,7 +1,11 @@
//-----------------------------------------------------------------------------
// eoProblem.h
// (c) GeNeura Team 1998
/*
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
@ -38,3 +42,4 @@ template<class T> class Problem
//-----------------------------------------------------------------------------
#endif EOPROBLEM_H

View file

@ -52,3 +52,4 @@ public :
#endif

View file

@ -1,7 +1,11 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
//-----------------------------------------------------------------------------
// eoProportionalOpSel.h
// (c) GeNeura Team 1998
/*
This library is free software; you can redistribute it and/or
@ -152,3 +156,4 @@ public:
//-----------------------------------------------------------------------------
#endif EO_H

View file

@ -450,3 +450,4 @@ inline double eoRng::normal(void)
}
#endif

View file

@ -49,3 +49,4 @@ class eoRandomIndiSelector : public eoPopIndiSelector<EOT>
#endif

View file

@ -59,3 +59,4 @@ class eoSequentialGOpSel : public eoGOpSelector<EOT>
};
#endif

View file

@ -84,3 +84,4 @@ template<class EOT> class eoSteadyStateEA: public eoAlgo<EOT>
//-----------------------------------------------------------------------------
#endif eoEasyEA_h

View file

@ -86,3 +86,4 @@ template<class EOT> class eoSteadyStateGeneration: public eoAlgo<EOT>
//-----------------------------------------------------------------------------
#endif eoGeneration_h

View file

@ -66,3 +66,4 @@ private:
//-----------------------------------------------------------------------------
#endif eoDetTournament_h

View file

@ -145,3 +145,4 @@ public:
};
#endif

View file

@ -89,3 +89,4 @@ private:
};
#endif

View file

@ -62,3 +62,4 @@ template <class EOT> class eoUniformSelect: public eoSelectOne<EOT>
};
#endif eoUniformSelect_h

View file

@ -218,3 +218,4 @@ private :
};
#endif eoGeneral_h

View file

@ -104,3 +104,4 @@ private:
};
#endif