September 2018
Intermediate to advanced
328 pages
10h 46m
English
With our main functions in place and everything initialized from our hyperparameters, we can now focus on being able to run higher level functions. One of our PSO functions is the PSORun method. This method is executed once the user clicks on the Run button
. Let's walk through this higher-level function now.
The first thing that we do is to initialize our state by calling our InitState function:
InitState();
After this we will clear out our information tree, create a new stopwatch responsible for timing our function, then run our Swarm_Run method. This will perform the actual function optimization behind ...
Read now
Unlock full access