How do I find the final population after optimizing using GATOOL from Genetic Algoritms and Direct Search Toolbox Version 1.0.3 (R14SP2)?

3 views (last 30 days)
I have checked the "Export problem and options to a MATLAB structure named:" and "Include information needed to resume this run" checkboxes in the "Export to Workspace" dialogue. I do not know where the final population is stored in the workspace.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
Because the "Include information needed to resume this run" checkbox is checked, the final population will be stored as an initial population. Assuming the problem is exported to the workspace with default variable name, "gaproblem", this data is stored in "gaproblem.options.InitialPopulation".

More Answers (0)

Products


Release

R14SP2

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!