OptimizationResult Class
Result after optimizing fixed-point system
Description
An OptimizationResult
object contains the results after optimizing
a fixed-point system. If the optimization process succeeds in finding a new fixed-point
implementation, you can use this object to explore the different implementations that
met the specified tolerances found during the process. Use the
explore
method to open the Simulation Data Inspector and view the
behavior of the optimized system.
Construction
optimizes the data types in the system specified by result
= fxpopt(model
, sud
, options
)sud
in the
model, model
, with additional options specified in the fxpOptimizationOptions
object, options
.
Input Arguments
Properties
Methods
explore | Explore fixed-point implementations found during optimization process |
openSimulationManager | Inspect simulations run during optimization in Simulation Manager |
revert | Revert system data types and settings changed during optimization to original state |
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.
Version History
Introduced in R2018a