Vita
Classes | Namespaces | Functions
team.h File Reference

Go to the source code of this file.

Classes

struct  vita::is_team< T >
 
struct  vita::is_team< team< T > >
 
struct  vita::not_team< T >
 
struct  vita::not_team< team< T > >
 
class  vita::team< T >
 A collection of cooperating individuals used as a member of vita::population. More...
 

Namespaces

namespace  vita
 The main namespace for the project.
 

Functions

template<class T >
team< T > vita::crossover (const team< T > &, const team< T > &)
 
template<class T >
unsigned vita::distance (const team< T > &, const team< T > &)
 
template<class T >
bool vita::operator!= (const team< T > &, const team< T > &)
 
template<class T >
std::ostream & vita::operator<< (std::ostream &, const team< T > &)
 
template<class T >
bool vita::operator== (const team< T > &, const team< T > &)
 

Detailed Description

Remarks
This file is part of VITA.
License\n
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/

Definition in file team.h.