Vita
Classes | Namespaces
evolution_selection.h File Reference

Go to the source code of this file.

Classes

class  vita::selection::alps< T >
 Alps selection as described in https://github.com/ghornby/alps (see also vita::basic_alps_es for further details). More...
 
class  vita::selection::pareto< T >
 Pareto tournament selection as described in "Pursuing the Pareto Paradigm" (Mark Kotanchek, Guido Smits, Ekaterina Vladislavleva). More...
 
class  vita::selection::random< T >
 Pick a set of random individuals. More...
 
class  vita::selection::strategy< T >
 The strategy (tournament, fitness proportional...) for the evolution class. More...
 
class  vita::selection::tournament< T >
 Tournament selection is a method of selecting an individual from a population of individuals. More...
 

Namespaces

namespace  vita
 The main namespace for the project.
 

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 evolution_selection.h.