Why does the PATTERNSEARCH function produce a warning message when I use a custom 'SearchMethod' option in Genetic Algorithm and Direct Search Toolbox 2.0.2 (R2006b)?

2 views (last 30 days)
When I use the PATTERNSEARCH with a custom 'SearchMethod' option, I receive the following warning message:
Warning: The search function syntax has changed: see release notes for version 2.0.1

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The SearchMethod syntax for PATTERNSEARCH has changed for Genetic Algorithm and Direct Search Toolbox 2.0.2 (R2006b). The method for storing linear and bound constraints and passing them to a search function has changed, resulting in faster processing and more efficient use of memory.
As a result, a warning message occurs for calls using the old syntax. To convert MATLAB files written using the old syntax to the new syntax, use the attached utility, searchConversion.m.

More Answers (0)

Products


Release

R2006b

Community Treasure Hunt

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

Start Hunting!