GEP::Core::Float::Variable Class Reference

Variables are a part of the genome (Common.Genotype._linearStructure) of a genotype. More...

Inheritance diagram for GEP::Core::Float::Variable:

Inheritance graph
[legend]
Collaboration diagram for GEP::Core::Float::Variable:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Variable (float[] values, string name)
override float Value (float[] parameters, int startIndex)
 Gets the value of the variable for case startIndex .
 Variable (Variable symbol)
override GEP.Core.Common.Symbol Clone ()
 Clones this instance.
override string ToString ()

Public Attributes

float[] _values
 The values of the variable for different cases.

Protected Attributes

string _name
int _n_Parameters

Properties

string Name [get]
 Gets the name of this symbol.
int N_Parameters [get]
 The number of parameters the symbol accepts.


Detailed Description

Variables are a part of the genome (Common.Genotype._linearStructure) of a genotype.

Definition at line 12 of file Variable.cs.


The documentation for this class was generated from the following file:
GEP .NET Framwork Main Page
SourceForge.net Logo