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

Number of matches functor. More...

#include <evaluator.h>

Public Member Functions

 count_error_functor (const T &)
 
double operator() (const dataframe::example &) const
 

Detailed Description

template<class T>
class vita::count_error_functor< T >

Number of matches functor.

This functor will drive the evolution towards the maximum sum of matches ( $\sum_{i=1}^n target_i == actual_i$). Incorrect answers receive the same penalty.

See also
count_evaluator

Definition at line 211 of file gp/src/evaluator.h.


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