eoBitParticle.h

00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
00002 
00003 //-----------------------------------------------------------------------------
00004 // eoBitParticle.h
00005 // (c) OPAC 2007
00006 /*
00007     Contact: paradiseo-help@lists.gforge.inria.fr
00008  */
00009 //-----------------------------------------------------------------------------
00010 
00011 #ifndef _EOBITPARTICLE_H
00012 #define _EOBITPARTICLE_H
00013 
00014 
00015 #include <eoVectorParticle.h>
00016 
00017 
00021 template < class FitT> class eoBitParticle: public eoVectorParticle<FitT,bool,double>
00022 
00023 {
00024 public:
00025 
00026     eoBitParticle(unsigned size = 0, bool positions = 0,double velocities = 0.0,bool bestPositions = 0): eoVectorParticle<FitT, bool,double> (size, positions,velocities,bestPositions) {}
00027 
00028     virtual std::string className() const
00029     {
00030         return "eoBitParticle";
00031     }
00032 };
00033 
00034 #endif /*_EOBITPARTICLE_H*/

Generated on Fri Jun 22 10:17:02 2007 for EO-PSO by  doxygen 1.4.7