The software described in this document is furnished under a license agreement. The software may be used
or copied only under the terms of the license agreement. No part of this manual may be photocopied or
reproduced in any form without prior written consent from The MathW orks, Inc.
FEDERAL ACQUISITION: This provision applies to all acquisitions of the Program and Documentation
by, for, or through the federal government of the United States. By accepting delivery of the Program
or Documentation, the government hereby agrees that this software or documentation qualifies as
commercial computer software or commercial computer software documentation as such terms are used
or defined in FAR 12.212, DFARS Part 227.72, and DFARS 252.227-7014. Accordingly, the terms and
conditions of this Agreement and only those rights specified in this Agreement, shall pertain to and govern
theuse,modification,reproduction,release,performance,display,anddisclosureoftheProgramand
Documentation by the federal government (or other entity acquiring for or through the federal government)
and shall supersede any conflicting contractual terms or conditions. If this License fails to meet the
government’s needs or is inconsistent in any respect with federal procurement law, the government agrees
to return the Program and Docu mentation, unused, to The MathWorks, Inc.
Trademarks
MATLAB and Simulink are registered trademarks of The MathWorks, Inc. See
www.mathworks.com/trademarks for a list of additional trademarks. Other product or brand
names may be trademarks or registered trademarks of their respective holders.
Patents
The MathWorks products are protected by one or more U.S. patents. Please see
www.mathworks.com/patents for more information.
Design Optimization™ Release Notes
Summary by Version ...............................1
Contents
Version 1.1.1 (R2010a) Simulink
Software
Version 1.1 (R2009b) Simulink
Software
Version 1.0 (R2009a) Simulink
Software
Compatibility Summary for Simulink
Optimization Software
........................................3
........................................4
........................................8
®
Design Optimization
®
Design Optimization
®
Design Optimization
...........................10
®
Design
iii
ivContents
SummarybyVersion
This table provides quick access to what’s new in each version. For
clarification, see “Using Release Notes” on page 1 .
Simulink®Design Optimization™ Release Notes
Version
(Release)
Latest Versi
V1.1.1 (R201
V1.1 (R2009b)
V1.0 (R2009a)
New Features
and Changes
on
NoNoBug Reports
0a)
Yes
Details
Yes
Details
Version
Compatibilit
Consideratio
Yes
Summary
Yes
Summary
y
ns
Fixed Bugs
and Known
Problems
Includes fix
Bug Reports
Includes fixes
Bug Repor
Includes
es
ts
fixes
Related
Documentation
at Web Site
Printable R elease
Notes: PDF
Current product
documentation
No
No
Using Release Notes
Use release notes when upgrading to a newer version to learn about:
• New features
• Changes
• Potential impact on your existing files and practices
Review the release notes for other MathWorks™ products required for this
product (for example, MATLAB
bugs, or compatibility considerations in other products impact you.
®
or Simulink®). Determine if enhancements,
If you are upgrading from a software version other than the m ost recent one,
review the current release notes and all interim versions. For example, when
you upg rade from V1.0 to V1.2, review the release notes for V1.1 and V1.2.
1
Simulink®Design Optimization™ Release Notes
What Is in the Rel
New Features and
• New functional
• Changes to exi
Version Compa
When a new fea
versions, th
impact.
Compatibil
Reports at
in incompa
compatibi
Fixed Bug
The Math
view Bug
time and
provisi
availa
is not a
ity issues reported after the product release appear under Bug
The MathWorks™ W eb site. Bug fixes can sometimes result
tibilities, so review the fixed bugs in Bug Reports for any
lity impact.
sandKnownProblems
Works offers a user-searchable Bug Reports database so you can
Reports. The development team updates this database at release
as more information becomes available. Bug Reports include
ons for any known workarounds or file replacements. Information is
ble for bugs existing in or fixed in Release 14SP2 or later. Information
vailable for all bugs in earlier releases.
ity
sting functionality
tibility Considerations
ture or change introduces a reported incompatibility between
e Compatibility Considerations subsection explains the
ease Notes
Changes
s Bug Reports using your MathWorks Account.
Acces
2
Version 1.1.1 (R2010a) Simulink®Design Optimization™ Software
Version 1.1.1 (R2010a) Simulink Design Optimization
Software
This table summ
New Features and
Changes
NoNoBug Reports
Ver sion
Compatibility
Considerations
arizes what’s new in V 1.1.1 (R2010a):
Fixed Bugs and
Known Problems
Includes fixes
New Engine Design and Cost Tradeoffs Demo
The new Engine Design and Cost Tradeoffs demo shows how to use
the Simulink
performance and cost.
®
Design Optimization™ softwaretooptimizeadesignfor
Related
Documentation at
Web Site
Printable Re
Notes: PDF
Current pro
documentat
lease
duct
ion
3
Simulink®Design Optimization™ Release Notes
Version 1.1 (R2009b) Simulink Design Optimization
Software
New Features and
Changes
Yes
Details below
This table summ
Version
Compatibility
Considerations
Yes
Summary
New features and changes introduced in this version are:
• “New Algorithm Option for fmincon (Gradient descent) and lsqnonlin
(Nonlinear least squares) Methods, LargeScale (Model size) Option
Removed” on page 4
• “Support for Optimization-Based Compensator Design for Plants with
Delays or Specified as Frequency-Response Data” on page 6
• “Functions and Propertie s Being Removed” on page 6
arizes what’s new in V 1.1 (R2009b):
Fixed Bugs an d
Known Problems
Bug Reports
Includes fixes
Related
Documentation at
Web Site
No
New Algorithm Option for fmincon (Gradient
descent) and lsqnonlin (Nonlinear least squares)
Methods, LargeScale (Model size) Option Removed
This version of the product includes changes at the command line to make
the
fmincon and lsqnonlin methods to be consistent with the Optimization
Toolbox™ software:
•
Algorithm property renamed to Method.
• New
•
The following table summarizes values of the new
Algorithm option.
LargeScale option removed.
Algorithm option.
4
Version 1.1 (R2009b) Simulink®Design Optimization™ Software
MethodAlgorithm Values
fmincon
• 'active-set' (default)
'trust-region-reflective'
•
• 'interior-point'
lsqnonlin• 'trust-region-reflective'
(default)
'levenberg-marquardt'
•
Previously, to specify the algorithm at the command line, you set the
LargeScale option to 'on' or 'off'.IfyouusedLargeScale='on' in a
previous release, use
you used
LargeScale='off', use the following instead:
Algorithm='trust-region-reflective' instead. If
• For
• For
fmincon –UseAlgorit hm=' active-set'.
lsqnonlin –UseAlgorithm='levenberg-marquardt'.
For more information about these options, see the Optimization Toolbox
User’s Guide.
The Options dialog box includes the following updates to the
descent
and Nonlinear least squares methods that correspond to the
Gradient
command-line changes.
• Algorithm option is renamed to Method.
• Model size option is deprecated and replaced by Algorithm.
When you load a saved project, the software uses the Model size value to
update the Algorithm value automatically.
When you optimize parameters u sing the
Algorithm value other than the default value of
Gradient Descent method, an
Active-Set can lead to a
slightly different result.
For more information on how to specify the method and its algorithm, see
“Specifying Estimation Options” and “Specifying Optimization Options”.
5
Simulink®Design Optimization™ Release Notes
Support for Optimization-Based Compensator
Design for Plants with D elays or Specified as
Frequency-Response Data
You can now use optimization-based compensator design for
frequency-response data (FRD) plants or plants with exact time delays in the
SISO Design Tool. For more information, see “Designing Optimization-Based
Controllers for LTI Systems” and “Designing Linear Controllers for Simulink
Models” in the Simulink Design Optimization User’s Guide.
Functions and Properties Being Removed
For more information about the process of removing functions, see “Removal
of Functions and Function Elements” in “What Is in the Release Notes” on
page 2.
Function or
Property Name
Algorithm
LargeScale
What Happens
When You Use
Function or
Property?
Errors
Errors
Use This
Instead
Method
Algorithm
Compatibility
Considerations
See “New
Algorithm
Option for
fmincon
(Gradient
descent) and
lsqnonlin
(Nonlinear
least squares)
Methods,
LargeScale
(Model size)
Option Removed”
on page 4
See “New
Algorithm
Option for
fmincon
(Gradient
6
Version 1.1 (R2009b) Simulink®Design Optimization™ Software
Function or
Property Name
What Happens
When You Use
Function or
Property?
Use This
Instead
Compatibility
Considerations
descent) and
lsqnonlin
(Nonlinear
least squares)
Methods,
LargeScale
(Model size)
Option Removed”
on page 4
7
Simulink®Design Optimization™ Release Notes
Version 1.0 (R2009a) Simulink Design Optimization
Software
New Features and
Changes
Yes
Details below
This table summ
Version
Compatibility
Considerations
Yes
Summary
Note As of R2009a, Simulink®Parameter Estimation™ and Simulink
Response Optimization™ functionality are merged into a new product,
Simulink Design Optimization. Sim ulink Parameter Estimation and
Simulink Response Optimization are no longer available.
New features and changes introduced in this version are:
• “New Parallel Computing Support for Estimating Model Parameters” o n
page 8
• “Updated Demos” on page 9
• “Upgrading from Nonlinear Control Design Blockset Software” on page 9
arizes what’s new in V 1.0 (R2009a):
Fixed Bugs an d
Known Problems
Bug Reports
Includes fixes
Related
Documentation at
Web Site
No
®
New Parallel Computing Support for Estimating
Model Parameters
If you have the Parallel Computing Toolbox™ software installed, you can use
parallel computing to speed up estimating parameters of a Simulink model.
The parallel computing option is available in the
Gradient descent and Pattern search algorithms. You can enable this
option from either the GUI or at the command line.
Using parallel computing can speed up the estimation time in th e following
situations:
8
Nonlinear least squares,
Version 1.0 (R2009a) Simulink®Design Optimization™ Software
• The model contains a large number of parameters to estimate.
• The model is complex and takes a long time to simulate.
For more information about using parallel computing for estimating model
parameters, see “Speeding Up Parameter Estimation Using Parallel
Computing” in the Simulink Design Optimization documentation.
Updated Demos
The Simulink Design Optimization demos have been categorized into the
following new categories:
• Parameter Estimation in Simulink
• Response Optimization in Simulink
• Response Optimization in SISO Design Tool
• Design Optimization Using Parallel Computing
• Adaptive Lookup Tables
To open the Simulink Design Optimization demos, type
demo simulink 'simulink d esign optimization'
at the M ATLAB prompt.
Upgrading from Nonlinear Control Design Blockset
Software
Prior to R14, Simulink Response Optimization software was called Nonlinear
Control Design Blockset software. If you are upgrading from Nonlinear
Control Design Blockset software, your models will not work with Simulink
Design Optimization software. To make the models compatible with
Simulink Design Optimization software, use
documentation.
ncdupdate, as described in the
9
Simulink®Design Optimization™ Release Notes
Compatibility Summary for Simulink Design O ptimization
Software
This table summarizes new features and changes that might cause
incompatibilities when you upgrade from an earlier version, or wh en you
use files on multiple versions. Details are provided in the description of the
new feature or change.
Version (Release)New Features and Changes with
Version Compatib ility Impact
Latest Version
V 1.1.1 (R2010a)
V 1.1 (R2009b)See “Functions and Properties Being
V 1.0 (R2009a)See “Upgrading from Nonlinear
None
Removed” on page 6.
Control Design B lockset Software”
on page 9.
10
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.