Public Member Functions | |
| Population (chromossome &c) | |
| Population (Population &pop) | |
| Population (const Population &pop) | |
| unsigned | size () const |
| chromossome & | at (unsigned c) |
| const chromossome & | at (unsigned c) const |
| void | insert (unsigned pos, chromossome &c) |
| void | push_back (chromossome &c) |
| chromossome & | remove (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 |
1.7.1