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)?

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

 Réponse acceptée

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.

Plus de réponses (0)

Produits

Version

R2006b

Community Treasure Hunt

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

Start Hunting!

Translated by