Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 844 Bytes

commands.rst

File metadata and controls

23 lines (15 loc) · 844 Bytes

More advanced commands

robust has a variety of tools beyond the basics to aid engineering design under uncertainty.

All of these methods have been implemented in the robustSPpaper code repository, which defines the models used in [Ozturk, 2019].

Choosing between RGP approximation methods

We prefer to define the methods in a dict

methods = [{'name': 'Best Pairs', 'twoTerm': True, 'boyd': False, 'simpleModel': False},
           {'name': 'Linearized Perturbations', 'twoTerm': False, 'boyd': False, 'simpleModel': False},
           {'name': 'Simple Conservative', 'twoTerm': False, 'boyd': False, 'simpleModel': True}]

and choose the appropriate