Changed double linefeeds, will undo this if it doesn't work
This commit is contained in:
parent
6569496f6e
commit
0d439f9f56
62 changed files with 7612 additions and 7555 deletions
|
|
@ -106,3 +106,4 @@ class eoAged: public Object
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif EOAGE_H
|
#endif EOAGE_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,3 +63,4 @@ public:
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,3 +93,4 @@ private:
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -59,3 +59,4 @@ public:
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -322,3 +322,4 @@ template<class Chrom> class eoBinGxOver: public eoQuadraticOp<Chrom>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//@}
|
//@}
|
||||||
#endif eoBitOp_h
|
#endif eoBitOp_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -117,3 +117,4 @@ public:
|
||||||
|
|
||||||
|
|
||||||
#endif _EOBITOPFACTORY_H
|
#endif _EOBITOPFACTORY_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -111,3 +111,4 @@ template<class Chrom> class eoBreeder: public eoMonPopOp<Chrom>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif eoBreeder_h
|
#endif eoBreeder_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,7 @@
|
||||||
eoData.h
|
eoData.h
|
||||||
Some numeric limits and types and things like that; with #ifdefs to keep
|
Some numeric limits and types and things like that; with #ifdefs to keep
|
||||||
compatibility
|
compatibility
|
||||||
|
|
||||||
(c) GeNeura Team & Maarten Keijzer, 1998, 1999, 2000
|
(c) GeNeura Team & Maarten Keijzer, 1998, 1999, 2000
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
|
|
@ -63,3 +61,4 @@ using namespace std;
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif EODATA_H
|
#endif EODATA_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,3 +68,4 @@ template <class EOT> class eoDetTournament: public eoSelectOne<EOT>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif eoDetTournament_h
|
#endif eoDetTournament_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,3 +61,4 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -123,3 +123,4 @@ public:
|
||||||
|
|
||||||
//@}
|
//@}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -268,3 +268,4 @@ private:
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -82,3 +82,4 @@ template<class Chrom> class eoEasyEA: public eoAlgo<Chrom>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif eoEasyEA_h
|
#endif eoEasyEA_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -57,3 +57,4 @@ struct eoEvalFuncPtr: public eoEvalFunc<EOT> {
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
eoException.h
|
eoException.h
|
||||||
Exceptions that are possibly thrown at initialization and such should be
|
Exceptions that are possibly thrown at initialization and such should be
|
||||||
defined here
|
defined here.
|
||||||
|
|
||||||
(c) GeNeura Team, 2000
|
(c) GeNeura Team, 2000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,3 +62,4 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,3 +52,4 @@ class eoFitness: public eoPersistent
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif EOFITNESS_H
|
#endif EOFITNESS_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,3 +56,4 @@ class eoGOpBreeder: public eoMonPopOp<EOT>
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif eoBreeder_h
|
#endif eoBreeder_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -171,3 +171,4 @@ inline void eoGOpSelector<EOT>::deleteOp( ID _id )
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif eoGOpSelector_h
|
#endif eoGOpSelector_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,3 +80,4 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -107,3 +107,4 @@ template< class Object>
|
||||||
unsigned long eoID< Object >::globalID = 0;
|
unsigned long eoID< Object >::globalID = 0;
|
||||||
|
|
||||||
#endif EOID_H
|
#endif EOID_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -90,3 +90,4 @@ class eoPopInserter : public eoInserter<EOT>
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -59,3 +59,4 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -95,3 +95,4 @@ template<class EOT> class eoLottery: public eoBinPopOp<EOT>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif eoLottery_h
|
#endif eoLottery_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -97,3 +97,4 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,3 +88,4 @@ private:
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,3 +64,4 @@ class eoNegExp: public eoRnd<T>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -84,3 +84,4 @@ class eoNegExp2
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif NON_UNIFORM_HH
|
#endif NON_UNIFORM_HH
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -86,3 +86,4 @@ class eoNormal: public eoRnd<T>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,3 +66,4 @@ class eoObject
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif EOOBJECT_H
|
#endif EOOBJECT_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -233,3 +233,4 @@ public:
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,3 +12,4 @@ istream & operator >> ( istream& _is, eoPersistent& _o ) {
|
||||||
#include "eoRNG.h"
|
#include "eoRNG.h"
|
||||||
|
|
||||||
eoRng rng;
|
eoRng rng;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
// eoPersistent.h
|
// eoPersistent.h
|
||||||
// (c) GeNeura Team, 1999
|
// (c) GeNeura Team, 1999
|
||||||
/*
|
/*
|
||||||
|
|
@ -68,3 +71,4 @@ class eoPersistent: public eoPrintable
|
||||||
istream & operator >> ( istream& _is, eoPersistent& _o );
|
istream & operator >> ( istream& _is, eoPersistent& _o );
|
||||||
|
|
||||||
#endif EOOBJECT_H
|
#endif EOOBJECT_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -158,3 +158,4 @@ class eoPop: public vector<EOT>, public eoObject, public eoPersistent {
|
||||||
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -60,3 +60,4 @@ class eoPrintable
|
||||||
ostream & operator << ( ostream& _os, const eoPrintable& _o );
|
ostream & operator << ( ostream& _os, const eoPrintable& _o );
|
||||||
|
|
||||||
#endif EOPRINTABLE_H
|
#endif EOPRINTABLE_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,11 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
// eoProblem.h
|
// eoProblem.h
|
||||||
|
|
||||||
// (c) GeNeura Team 1998
|
// (c) GeNeura Team 1998
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
|
|
@ -38,3 +42,4 @@ template<class T> class Problem
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif EOPROBLEM_H
|
#endif EOPROBLEM_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,3 +52,4 @@ public :
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,11 @@
|
||||||
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
// eoProportionalOpSel.h
|
// eoProportionalOpSel.h
|
||||||
|
|
||||||
// (c) GeNeura Team 1998
|
// (c) GeNeura Team 1998
|
||||||
/*
|
/*
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
|
|
@ -152,3 +156,4 @@ public:
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif EO_H
|
#endif EO_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -450,3 +450,4 @@ inline double eoRng::normal(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,3 +49,4 @@ class eoRandomIndiSelector : public eoPopIndiSelector<EOT>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -59,3 +59,4 @@ class eoSequentialGOpSel : public eoGOpSelector<EOT>
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -84,3 +84,4 @@ template<class EOT> class eoSteadyStateEA: public eoAlgo<EOT>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif eoEasyEA_h
|
#endif eoEasyEA_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -86,3 +86,4 @@ template<class EOT> class eoSteadyStateGeneration: public eoAlgo<EOT>
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif eoGeneration_h
|
#endif eoGeneration_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,3 +66,4 @@ private:
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif eoDetTournament_h
|
#endif eoDetTournament_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -145,3 +145,4 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,3 +89,4 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,3 +62,4 @@ template <class EOT> class eoUniformSelect: public eoSelectOne<EOT>
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif eoUniformSelect_h
|
#endif eoUniformSelect_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -218,3 +218,4 @@ private :
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif eoGeneral_h
|
#endif eoGeneral_h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -104,3 +104,4 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue