Vita
Public Member Functions | List of all members
vita::real::integer Class Reference

Ephemeral random integer constant. More...

#include <real.h>

Inherits vita::terminal.

Public Member Functions

std::string display (terminal_param_t v, format) const final
 
value_t eval (symbol_params &p) const final
 Calculates the value of / performs the action associated with the symbol (it's implementation specific). More...
 
terminal_param_t init () const final
 Used to initialize the internal parameter of the terminal. More...
 
 integer (const cvect &c, int m=-128, int u=127)
 
bool parametric () const final
 A parametric terminal needs an additional parameter to be evaluated. More...
 
- Public Member Functions inherited from vita::terminal
unsigned arity () const final
 
virtual std::string display (terminal_param_t, format=c_format) const
 
virtual terminal_param_t init () const
 Used to initialize the internal parameter of the terminal. More...
 
virtual bool parametric () const
 A parametric terminal needs an additional parameter to be evaluated. More...
 
 symbol (const std::string &, category_t=0)
 
- Public Member Functions inherited from vita::symbol
virtual unsigned arity () const =0
 
category_t category () const
 The type (a.k.a. More...
 
void category (category_t)
 Changes the category of a symbol. More...
 
virtual value_t eval (symbol_params &) const =0
 Calculates the value of / performs the action associated with the symbol (it's implementation specific). More...
 
virtual bool input () const
 An input variable is a feature from the learning domain. More...
 
virtual bool is_valid () const
 
std::string name () const
 
opcode_t opcode () const
 An opcode is a unique, numerical session ID for a symbol. More...
 
double penalty (core_interpreter *) const
 Used for automatic calculation of penalities due to broken constraints. More...
 
 symbol (const std::string &, category_t=0)
 
bool terminal () const
 

Additional Inherited Members

- Public Types inherited from vita::symbol
enum  format {
  c_format , cpp_format , mql_format , python_format ,
  sup_format
}
 Symbol rendering format. More...
 
- Static Public Member Functions inherited from vita::terminal
static const terminalcast (const symbol *)
 This is a short cut function. More...
 

Detailed Description

Ephemeral random integer constant.

This is like real::real but restricted to integer numbers.

Definition at line 97 of file real.h.

Constructor & Destructor Documentation

◆ integer()

vita::real::integer::integer ( const cvect &  c,
int  m = -128,
int  u = 127 
)
inlineexplicit

Definition at line 100 of file real.h.

Member Function Documentation

◆ display()

std::string vita::real::integer::display ( terminal_param_t  v,
format   
) const
inlinefinalvirtual
Parameters
[in]vadditional informations regarding parametric symbols
Returns
a string representing the symbol

The v argument is required for parametric symbols (i.e. for a numeric terminal we have to print 123 rather than "NUMBER").

Reimplemented from vita::terminal.

Definition at line 111 of file real.h.

◆ eval()

value_t vita::real::integer::eval ( symbol_params ) const
inlinefinalvirtual

Calculates the value of / performs the action associated with the symbol (it's implementation specific).

Implements vita::symbol.

Definition at line 114 of file real.h.

◆ init()

terminal_param_t vita::real::integer::init ( ) const
inlinefinalvirtual

Used to initialize the internal parameter of the terminal.

Returns
0.0
Remarks
Derived classes should redefine this member function in a meaningful way.

Reimplemented from vita::terminal.

Definition at line 109 of file real.h.

◆ parametric()

bool vita::real::integer::parametric ( ) const
inlinefinalvirtual

A parametric terminal needs an additional parameter to be evaluated.

Returns
true for parametric symbols

Genes associated with parametric symbols store an additional parameter fetched at run-time and used for symbol evaluation.

Reimplemented from vita::terminal.

Definition at line 107 of file real.h.


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