Help of the GP-OLS MATLAB Toolbox

Model Structure Identification

The individuals are represented by a structure called Population variable.

Use gpols_init function to make the population structure and to generate initial individuals.

Use gpols_evaluate function to evaluate the initial population.

Use gpols_mainloop function to execute one evolutionary-loop and step to next generation.

You can use gpols_result script to write the current solution and the final result..

The Matlab toolbox with some simple examples can be downloaded here: gpols_v2.zip.