

Public Member Functions | |
| SquashedMultipleAddition (int n_Parameters, Symbol squashFunction) | |
| override float | Value (float[] parameters, int startIndex) |
| Calculates the value of the symbol. | |
| SquashedMultipleAddition (SquashedMultipleAddition symbol) | |
| Creates a clone of symbol . | |
| override GEP.Core.Common.Symbol | Clone () |
| Clones this instance. | |
| override string | ToString () |
Protected Attributes | |
| Symbol | _squashFunction |
| The squash function. This function must accept 1 argument. | |
| float[] | _parameters = new float[1] |
| A draft to save the result from the multiple addition. | |
| string | _name |
| int | _n_Parameters |
Static Protected Attributes | |
| static string | NAME = "Squashed Multiple +" |
| The display name "Squashed Multiple +" of the function. | |
Properties | |
| string | Name [get] |
| Gets the name of this symbol. | |
| int | N_Parameters [get] |
| The number of parameters the symbol accepts. | |
Definition at line 13 of file SquashedMultipleAddition.cs.