Description Usage Arguments Value
Creates a valid function node using the chromoID and value passed as a parameter. A random function is chosen from the functionSet and random inputs are chosen to satisfy the arity of the chosen function.
1 | makeFunctionNode(chromoID, validInputs, functionSet)
|
chromoID |
the unique ID of the node |
validInputs |
a vector containing the valid input chromoIDs |
functionSet |
the functions to choose from |
the node created
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.