September 2018
Intermediate to advanced
328 pages
10h 46m
English
Adding new functions is a very simple process comprised of only a few steps to follow. The steps are:
Let's now cover these steps on by one. First, we will deal with the function signature itself. The function signature is as follows:
Public double xxxxxx(double[] data){}
Here, xxxxxx is the name of the function that will be displayed in the UI, as you can see in the following:

After this, you must update the GetFitnessValue ...
Read now
Unlock full access