
Optimisation and modelling refer to the process of creating mathematical or computational representations (models) of real-world systems, and then refining these models to achieve the best possible outcomes. Optimisation seeks to find the most efficient or effective solution by adjusting variables within constraints. Modelling helps in understanding, predicting, and improving system performance, while optimisation ensures resources are used optimally to meet desired objectives.

Optimisation and modelling refer to the process of creating mathematical or computational representations (models) of real-world systems, and then refining these models to achieve the best possible outcomes. Optimisation seeks to find the most efficient or effective solution by adjusting variables within constraints. Modelling helps in understanding, predicting, and improving system performance, while optimisation ensures resources are used optimally to meet desired objectives.
What is optimisation in this context?
Optimisation is the process of finding the best possible solution by adjusting decision variables to maximise or minimise a goal, while satisfying any constraints.
What does modelling mean here?
Modelling involves creating a mathematical or computational representation of a real system to analyze performance and explore 'what-if' scenarios.
What are decision variables, objective function, and constraints?
Decision variables are the controllable choices; the objective function is the goal to optimise (e.g., minimize cost or maximize accuracy); constraints are the limits or requirements that must be met.
What are common optimisation methods?
Common methods include linear programming for linear relationships, integer programming for discrete choices, nonlinear programming for nonlinear effects, stochastic/robust optimisation for uncertainty, and heuristic approaches for complex problems.