Vita
Public Member Functions | List of all members
vita::selection::alps< T > Class Template Reference

Alps selection as described in https://github.com/ghornby/alps (see also vita::basic_alps_es for further details). More...

#include <evolution_selection.h>

Inherits vita::selection::strategy< T >.

Public Member Functions

strategy< T >::parents_t run ()
 
- Public Member Functions inherited from vita::selection::strategy< T >
 strategy (const population< T > &, evaluator< T > &, const summary< T > &)
 

Additional Inherited Members

- Public Types inherited from vita::selection::strategy< T >
using parents_t = std::vector< typename population< T >::coord >
 
- Protected Attributes inherited from vita::selection::strategy< T >
evaluator< T > & eva_
 
const population< T > & pop_
 
const summary< T > & sum_
 

Detailed Description

template<class T>
class vita::selection::alps< T >

Alps selection as described in https://github.com/ghornby/alps (see also vita::basic_alps_es for further details).

Definition at line 83 of file evolution_selection.h.


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