Vita
Classes | Namespaces | Typedefs | Functions
fitness.h File Reference

Go to the source code of this file.

Classes

class  vita::basic_fitness_t< T >
 A value assigned to an individual which reflects how well the individual solves the task. More...
 
class  vita::with_size
 Tag representing size. More...
 

Namespaces

namespace  vita
 The main namespace for the project.
 

Typedefs

using vita::fitness_t = basic_fitness_t< double >
 Commonly used fitness type. More...
 

Functions

template<class T >
basic_fitness_t< T > vita::abs (basic_fitness_t< T >)
 
template<class T >
bool vita::almost_equal (const basic_fitness_t< T > &, const basic_fitness_t< T > &, T=0.00001)
 
template<class T >
basic_fitness_t< T > vita::combine (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
double vita::distance (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
bool vita::dominating (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
bool vita::isfinite (const basic_fitness_t< T > &)
 
template<class T >
bool vita::isnan (const basic_fitness_t< T > &)
 
template<class T >
bool vita::isnonnegative (const basic_fitness_t< T > &)
 
template<class T >
bool vita::issmall (const basic_fitness_t< T > &)
 
template<class T >
bool vita::operator!= (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
basic_fitness_t< T > vita::operator* (basic_fitness_t< T >, const basic_fitness_t< T > &)
 
template<class T >
basic_fitness_t< T > vita::operator* (basic_fitness_t< T >, T)
 
template<class T >
basic_fitness_t< T > vita::operator+ (basic_fitness_t< T >, const basic_fitness_t< T > &)
 
template<class T >
basic_fitness_t< T > vita::operator- (basic_fitness_t< T >, const basic_fitness_t< T > &)
 
template<class T >
basic_fitness_t< T > vita::operator/ (basic_fitness_t< T >, T)
 
template<class T >
bool vita::operator< (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
bool vita::operator<= (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
bool vita::operator== (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
bool vita::operator> (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
bool vita::operator>= (const basic_fitness_t< T > &, const basic_fitness_t< T > &)
 
template<class T >
basic_fitness_t< T > vita::round_to (basic_fitness_t< T >)
 
template<class T >
basic_fitness_t< T > vita::sqrt (basic_fitness_t< 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 fitness.h.