Public Member Functions | Protected Types | Protected Attributes

Population< R > Class Template Reference

List of all members.

Public Member Functions

 Population (chromossome &c)
 Population (Population &pop)
 Population (const Population &pop)
unsigned size () const
chromossomeat (unsigned c)
const chromossomeat (unsigned c) const
void insert (unsigned pos, chromossome &c)
void push_back (chromossome &c)
chromossomeremove (unsigned pos)
void clear ()
bool empty ()
virtual Population< R > & operator= (const Population< R > &p)
virtual Population< R > & clone () const
virtual void print () const

Protected Types

typedef Solution< R > chromossome
typedef vector< chromossome * > population

Protected Attributes

population p

template<class R>
class Population< R >


The documentation for this class was generated from the following file:
 All Classes Functions