Help of the EASY-IEC MATLAB Toolbox

Interactive Evolutionary Computing

The individuals are represented by a structure called Population variable.

In the first version of the toolbox this structure is used in Main function (v1) which calls the User function (v1).

This User function (v1) should be modified by the user according to her/his optimization problem.

During the usage of the toolbox the user (called operator) has to select the best individuals from the Interactive figure (v1) to form the next generation.

The second version of the Toolbox allows the direct modification of the individuals with the use of Interactive figure (v2).

Because of this possibility the Main function (v2) and the User function (v2) slightly differs compared to the first version.