Screenshots
This is the screen obtained when the script agbn.m is executed. On this screen, all the needed parameters are defined. On the "file" edit-box, the name of the script where the Bayesian network is defined must be placed.
REMEMBER: For version 1.0, the population size must be an odd number.
After the execution, the screen shows three more buttons that allow a continuation of the GA, show the best individual obtained (and its cost), and watch the evolution of the expected entropy of the individuals through the generations.
If the "Show" button is pressed, the best individual is shown on the Matlab screen, along with its associated cost. The interpretation of the best individual is made using NK(x). This gives the number of the nodes that should be tested (in this case, those will be node 1 and node 3).
Back to AGBN main page