
modelModelOptimiser
Optimiser
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Parameters
| Type | Name | Default | Description |
| Boolean | maximise | false | if true then maximise objective, else minimise |
| Real | actuatorTolerance | 1e-8 | Accuracy of actuated signals |
| General › Ports |
| Integer | nActuators | 0 | Number of parameters of optimisation problem |
| Integer | nConstraints | 0 | Number of constraints of optimisation problem |
Components
| Type | Name | Default | Description |
| Boolean | ready | | |
| Boolean | continue | | |
| Real[nActuators] | x | | |
| Real[nConstraints] | c | | |
| Boolean | optimiserActive | | |
| Boolean | iterate | | |
Contents
| Name | Description |
ActuatorPortprotected | |