Number of evaluations: 780Final population size: 30Summary results of fitness in final population:Best CLL: -1181.117Worst CLL: -1251.721Median: -1218.063Std. Dev.: 17.96752
4
Plot convergence
plot(run.DEbest)
This produces two panels: a histogram of CLL values in the final population, and a convergence plot of best CLL vs. number of evaluations.
The $Best field is a bnc_bn object. Use any bnclassify function on it for further analysis.
Higher NP and G values improve solution quality at the cost of computation time. The adaptive variants (lshade, jade, jso) often achieve better CLL with fewer evaluations than fixed-parameter DEbest/DErand.